
The description and examples are updated for the airshipctl commands, which will be inturn used for generating documentation. Please ignore the .md file changes in this PS. They are added for zuul gates to pass. Here is the PS with generated documention files https://review.opendev.org/c/airship/airshipctl/+/789250 Relates-To: #280 Change-Id: I5d46bd361088cc1e4aff79a3009cd43a73ca1252
21 lines
617 B
Plaintext
21 lines
617 B
Plaintext
Generates a secure encryption key or passphrase.
|
|
|
|
If regex arguments are passed the encryption key created would match the regular expression passed.
|
|
|
|
Usage:
|
|
encryptionkey [flags]
|
|
|
|
Examples:
|
|
|
|
Generates a secure encryption key or passphrase.
|
|
# airshipctl secret generate encryptionkey
|
|
|
|
Generates a secure encryption key or passphrase matching the regular expression
|
|
# airshipctl secret generate encryptionkey --regex Xy[a-c][0-9]!a*
|
|
|
|
|
|
Flags:
|
|
-h, --help help for encryptionkey
|
|
--limit int limit number of characters for + or * regex (default 5)
|
|
--regex string regular expression string
|