NAME
gdcloud kms keys encrypt - Encrypt the plaintext using the passed key and return the ciphertext file.
SYNOPSIS
gdcloud kms keys encrypt [flags]
DESCRIPTION
This command encrypts the plaintext using the passed key and returns the ciphertext file.
REQUIRED FLAGS
--ciphertext-file string Output file that contains the encrypted plaintext.
--plaintext-file string File to encrypt.
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.