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 参考概览页面。