gdcloud kms keys create

NAME

gdcloud kms keys create - Create a new AEAD or signing key.

SYNOPSIS

gdcloud kms keys create KEY_NAME [flags]

ESEMPI

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

FLAG OBBLIGATORI

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

FLAG FACOLTATIVI

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

FLAG A LIVELLO DI GDCLOUD

Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.

Per saperne di più, consulta la pagina di panoramica del riferimento di CLI gdcloud.