mirror of
https://github.com/rancher/os.git
synced 2025-08-08 02:04:13 +00:00
Refactor TLS command
This commit is contained in:
parent
e143d04885
commit
63a1c50f27
@ -42,8 +42,9 @@ func Main() {
|
|||||||
Subcommands: osSubcommands(),
|
Subcommands: osSubcommands(),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "tlsconf",
|
Name: "tls",
|
||||||
Usage: "setup tls configuration",
|
Usage: "setup tls configuration",
|
||||||
|
HideHelp: true,
|
||||||
Subcommands: tlsConfCommands(),
|
Subcommands: tlsConfCommands(),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user