Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ImageDecryptionFlags are cli flags needed when decrypting an image ImageDecryptionFlags = []cli.Flag{ cli.StringFlag{ Name: "gpg-homedir", Usage: "The GPG homedir to use; by default gpg uses ~/.gnupg", }, cli.StringFlag{ Name: "gpg-version", Usage: "The GPG version (\"v1\" or \"v2\"), default will make an educated guess", }, cli.BoolFlag{ Name: "skip-decrypt-auth", Usage: "Indicates if check authorization for use of images should be skipped i.e. for use in node key model", }, cli.StringSliceFlag{ Name: "key", Usage: "A secret key's filename and an optional password separated by colon; this option may be provided multiple times", }, cli.StringSliceFlag{ Name: "dec-recipient", Usage: "Recipient of the image; used only for PKCS7 and must be an x509 certificate", }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.