Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Force = cli.BoolFlag{
Name: "f,force",
Usage: "Force the overwrite of files without asking.",
}
Force is a cli.Flag used to overwrite files.
View Source
var Insecure = cli.BoolFlag{
Name: "insecure",
}
Insecure is the flag required on insecure operations
View Source
var NoPassword = cli.BoolFlag{
Name: "no-password",
Usage: `Do not ask for a password to encrypt a private key. Sensitive key material will
be written to disk unencrypted. This is not recommended. Requires **--insecure** flag.`,
}
NoPassword is a cli.Flag used to avoid using a password to encrypt private keys.
View Source
var PasswordFile = cli.StringFlag{
Name: "password-file",
Usage: `The path to the <file> containing the password to encrypt or decrypt the private key.`,
}
PasswordFile is a cli.Flag used to pass a file to encrypt or decrypt a private key.
View Source
var Subtle = cli.BoolFlag{
Name: "subtle",
}
Subtle is the flag required for delicate operations.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.