confluent secret master-key generate

説明

このコマンドは、マスターキーを生成します。このキーは、構成値の暗号化および復号化に使用されます。

confluent secret master-key generate [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.

グローバルフラグ

-h, --help            Show help for this command.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

関連情報