Created
March 20, 2020 13:16
-
-
Save nikkaroraa/ff7dc208a64eac9be6568ef58f104d0d to your computer and use it in GitHub Desktop.
Google KMS encryption command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo -n <variable> | gcloud kms encrypt --plaintext-file=- --ciphertext-file=- --location=global --keyring <keyring> --key <key> | base6 | |
| 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment