gdcloud kms keys create

NAME

gdcloud kms keys create : crée une clé AEAD ou de signature.

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

FLAGS OBLIGATOIRES

      --key-type string   Type of key to create (AEADKey or SigningKey).

FLAGS FACULTATIFS

      --async   Display information about the operation in progress, without waiting for the operation to complete.

FLAGS GDCLOUD GÉNÉRAUX

Ces flags sont disponibles pour toutes les commandes : --configuration, --format, --help, --project, --quiet.

Pour en savoir plus, consultez la page de présentation de la documentation de référence de la gdcloud CLI.