gdcloud kms keys create
Stay organized with collections
Save and categorize content based on your preferences.
NAME
gdcloud kms keys create - Create a new AEAD or signing key.
SYNOPSIS
gdcloud kms keys create KEY_NAME [flags]
EXAMPLES
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
REQUIRED FLAGS
--key-type string Type of key to create (AEADKey or SigningKey).
OPTIONAL FLAGS
--async Display information about the operation in progress, without waiting for the operation to complete.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-07-27 UTC."],[],[]]