gdcloud kms keys create

名稱

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 參考資料總覽頁面。