We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9604c commit 85ce4d7Copy full SHA for 85ce4d7
pkg/cli/cmds/certs.go
@@ -35,6 +35,11 @@ var (
35
Value: "https://127.0.0.1:6443",
36
Destination: &ServerConfig.ServerURL,
37
},
38
+ cli.StringFlag{
39
+ Name: "data-dir,d",
40
+ Usage: "(data) Folder to hold state default /var/lib/rancher/" + version.Program + " or ${HOME}/.rancher/" + version.Program + " if not root",
41
+ Destination: &ServerConfig.DataDir,
42
+ },
43
cli.StringFlag{
44
Name: "path",
45
Usage: "Path to directory containing new CA certificates",
0 commit comments