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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user