1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 22:32:14 +00:00

move tlsconf to rancherctl

This commit is contained in:
sidharthamani
2015-02-21 13:31:10 -08:00
parent 33d636930b
commit 0b31dc7e3b
4 changed files with 57 additions and 41 deletions

View File

@@ -47,6 +47,11 @@ func Main() {
Usage: "operating system upgrade/downgrade",
Subcommands: osSubcommands(),
},
{
Name: "tlsconf",
Usage: "setup tls configuration",
Subcommands: tlsConfCommands(),
},
}
app.Run(os.Args)