gdcloud kms keys

NOMBRE

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

SYNOPSIS

gdcloud kms keys COMMAND [flags]

DESCRIPCIÓN

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

GDCLOUD WIDE FLAGS

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

Para obtener más información, consulta la página Información general sobre la referencia de la CLI de gdcloud.

COMANDOS

COMMAND es uno de los siguientes elementos:

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.