gcloud kms keys

NOMBRE

gdcloud kms keys: Realiza operaciones criptográficas con claves de KMS.

SINOPSIS

gdcloud kms keys COMMAND [flags]

DESCRIPCIÓN

El grupo de subcomandos de claves de KMS usa claves de KMS para realizar operaciones criptográficas.

MARCAS GENERALES DE GCLOUD

Estas marcas están disponibles para todos los comandos: --help.

Para obtener más información, consulta la página de descripción general de la referencia de la CLI de gcloud.

COMANDOS

COMMAND es una de las siguientes opciones:

asymmetric-sign
    Create a signature of the input file using the provided key.
asymmetric-verify
    Verify a signature of the input file using the provided key.
decrypt
    Decrypt the ciphertext using the passed key and return the plaintext file.
encrypt
    Encrypt the plaintext using the passed key and return the ciphertext file.
import
    Import a key passed from the key material file.