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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[[["\u003cp\u003e\u003ccode\u003egdcloud kms keys\u003c/code\u003e facilitates cryptographic operations utilizing KMS keys.\u003c/p\u003e\n"],["\u003cp\u003eIt provides commands for encrypting and decrypting files.\u003c/p\u003e\n"],["\u003cp\u003eIt allows for the creation and verification of digital signatures using asymmetric keys.\u003c/p\u003e\n"],["\u003cp\u003eThe command group supports importing keys from a key material file.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egdcloud\u003c/code\u003e command line tool offers a \u003ccode\u003e--help\u003c/code\u003e flag, as a general option for all commands.\u003c/p\u003e\n"]]],[],null,["# gdcloud kms keys\n\nNAME\n----\n\ngdcloud kms keys - Perform cryptographic operations using KMS keys.\n\nSYNOPSIS\n--------\n\n gdcloud kms keys COMMAND [flags]\n\nDESCRIPTION\n-----------\n\nThe KMS key subcommand group uses KMS keys to perform cryptographic operations.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--help`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page.\n\n### COMMANDS\n\n`COMMAND` is one of the following: \n\n asymmetric-sign\n Create a signature of the input file using the provided key.\n asymmetric-verify\n Verify a signature of the input file using the provided key.\n decrypt\n Decrypt the ciphertext using the passed key and return the plaintext file.\n encrypt\n Encrypt the plaintext using the passed key and return the ciphertext file.\n import\n Import a key passed from the key material file."]]