.. _confluent_secret_master_key_generate: ==================================== confluent secret master-key generate ==================================== Description ----------- This command generates a master key. This key is used for encryption and decryption of configuration values. For additional usage information and examples, see the :ref:`secrets documentation `. :: confluent secret master-key generate [flags] Flags ----- :: --passphrase string The key passphrase. To pipe from stdin use "-", e.g. "--passphrase -"; to read from a file use "@", e.g. "--passphrase @/User/bob/secret.properties". --local-secrets-file string Path to the local encrypted configuration properties file. -h, --help Print command information. Global Flags ------------ :: -v, --verbose count Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace). .. include:: ../includes/secrets-examples.rst