Difference between revisions of "Gcloud kms"

From wikieduonline
Jump to navigation Jump to search
 
Line 12: Line 12:
  
 
* <code>[[gcloud kms keyrings create you-keyring]]</code>
 
* <code>[[gcloud kms keyrings create you-keyring]]</code>
* [[gcloud kms keys list --location global --keyring sops]]
+
* <code>[[gcloud kms keys list --location global --keyring your-sops-keyring]]</code>
  
 
== Related ==
 
== Related ==

Latest revision as of 08:52, 22 November 2022


  • gcloud kms asymmetric-decrypt Decrypt an input file using an asymmetric-encryption key version.
  • gcloud kms asymmetric-sign Sign a user input file using an asymmetric-signing key version.
  • gcloud kms decrypt Decrypt a ciphertext file using a Cloud KMS key.
  • gcloud kms encrypt Encrypt a plaintext file using a key.
  • gcloud kms mac-sign Sign a user input file using a MAC key version.
  • gcloud kms mac-verify Verify a user signature file using a MAC key version.
  • gcloud kms --help

Related[edit]

See also[edit]

Advertising: