1
0
mirror of https://github.com/rancher/os.git synced 2025-07-30 22:24:33 +00:00

Refactor TLS command

This commit is contained in:
Darren Shepherd 2015-03-18 05:35:47 -07:00
parent e143d04885
commit 63a1c50f27

View File

@ -42,8 +42,9 @@ func Main() {
Subcommands: osSubcommands(),
},
{
Name: "tlsconf",
Name: "tls",
Usage: "setup tls configuration",
HideHelp: true,
Subcommands: tlsConfCommands(),
},
}