[[["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\u003eThe \u003ccode\u003egdcloud kms keys asymmetric-verify\u003c/code\u003e command verifies a digital signature created by an asymmetric-sign operation.\u003c/p\u003e\n"],["\u003cp\u003eIt uses a provided signing key and an input file to check the validity of the signature.\u003c/p\u003e\n"],["\u003cp\u003eThe command requires two flags: \u003ccode\u003e--input-file\u003c/code\u003e for the signed data and \u003ccode\u003e--signature-file\u003c/code\u003e for the signature file.\u003c/p\u003e\n"],["\u003cp\u003eThis command, as well as all \u003ccode\u003egdcloud\u003c/code\u003e commands, can also use the flags \u003ccode\u003e--configuration\u003c/code\u003e, \u003ccode\u003e--format\u003c/code\u003e, \u003ccode\u003e--help\u003c/code\u003e, \u003ccode\u003e--project\u003c/code\u003e, and \u003ccode\u003e--quiet\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# gdcloud kms keys asymmetric-verify\n\nNAME\n----\n\ngdcloud kms keys asymmetric-verify - Verify a signature of the input file using the provided key.\n\nSYNOPSIS\n--------\n\n gdcloud kms keys asymmetric-verify [flags]\n\nDESCRIPTION\n-----------\n\nThis command verifies the encoded digital signature the asymmetric-sign operation creates using the provided signing key and input file.\n\n### REQUIRED FLAGS\n\n --input-file string File that contains signed data.\n --signature-file string Output file that contains the signature.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]