Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
NOME
gdcloud kms keys asymmetric-verify: verifica uma assinatura do arquivo de entrada usando a chave fornecida.
SINOPSE
gdcloud kms keys asymmetric-verify [flags]
DESCRIÇÃO
Esse comando verifica a assinatura digital codificada que a operação asymmetric-sign cria usando a chave de assinatura e o arquivo de entrada fornecidos.
SINALIZADORES OBRIGATÓRIOS
--input-file string File that contains signed data.
--signature-file string Output file that contains the signature.
SINALIZAÇÕES GERAIS DO GDCLOUD
Estas flags estão disponíveis para todos os comandos: --configuration, --format, --help, --project, --quiet.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-09-04 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."]]