NAME
gdcloud kms keys decrypt - Decrypt the ciphertext using the passed key and return the plaintext file.
SYNOPSIS
gdcloud kms keys decrypt [flags]
DESCRIPTION
This command decrypts the ciphertext using the passed key and returns the plaintext file.
REQUIRED FLAGS
--ciphertext-file string File to decrypt.
--plaintext-file string Output file that contains the decrypted ciphertext.
OPTIONAL FLAGS
--additional-authenticated-data-file string Optional: provides additional authenticated data.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration
, --format
, --help
, --project
, --quiet
.
For more information, see the gdcloud CLI reference overview page.