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.