NAME
gdcloud kms keys - Perform cryptographic operations using KMS keys.
SYNOPSIS
gdcloud kms keys [flags]
DESCRIPTION
The KMS key subcommand group uses KMS keys to perform cryptographic operations.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --help
.
For more information, see the gdcloud CLI reference overview page.
COMMANDS
COMMAND
is one of the following:
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.