名前
gdcloud kms keys create - 新しい AEAD 鍵または署名鍵を作成します。
概要
gdcloud kms keys create KEY_NAME [flags]
具体例
To create a new AEAD key, run:
gdcloud kms keys create my-aead-key --key-type=AEADKey
To create a new signing key, run:
gdcloud kms keys create my-signing-key --key-type=SigningKey
必須フラグ
--key-type string Type of key to create (AEADKey or SigningKey).
オプションのフラグ
--async Display information about the operation in progress, without waiting for the operation to complete.
GDCLOUD 全般のフラグ
これらのフラグは、すべてのコマンド(--configuration、--format、--help、--project、--quiet)で使用できます。
詳細については、gdcloud CLI リファレンスの概要ページをご覧ください。