Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppCommand = cli.Command{ Name: "start", Action: appAction, UsageText: `**step-ca** <config> [**--password-file**=<file>]`, Flags: []cli.Flag{ cli.StringFlag{ Name: "password-file", Usage: `path to the <file> containing the password to decrypt the intermediate private key.`, }, }, }
AppCommand is the action used as the top action.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.