confluent secret master-key generate¶
Description¶
This command generates a master key. This key is used for encryption and decryption of configuration values.
confluent secret master-key generate [flags]
Tip
For examples, see Usage examples.
Flags¶
--passphrase string The key passphrase. To pipe from stdin use "-", e.g. "--passphrase -";
to read from a file use "@<path-to-file>", e.g. "--passphrase @/User/bob/secret.properties".
--local-secrets-file string REQUIRED: Path to the local encrypted configuration properties file.
Global Flags¶
-h, --help Show help for this command.
-v, --verbose count Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
See Also¶
- confluent secret master-key - Manage the master key for Confluent Platform.