{"tool":"gpg","tool_display":"Gpg","intent":"verify-detached-signature-with-public-key-file","intent_display":"verify detached signature with public key file","title":"Gpg Command: verify detached signature with public key file","command_string":"gpg --dearmor -o <path/to/pubkey.gpg> <path/to/pubkey.txt> && gpgv --keyring <path/to/pubkey.gpg> <path/to/signature.asc> <path/to/data_file>","raw_command_string":"gpg --dearmor {{[-o|--output]}} {{path/to/pubkey.gpg}} {{path/to/pubkey.txt}} && gpgv --keyring {{path/to/pubkey.gpg}} {{path/to/signature.asc}} {{path/to/data_file}}","description":"Exact CLI syntax to verify detached signature with public key file using Gpg.","usage_scenario":"During a software distribution validation process.","scenario_context":null,"simulated_output":null,"how_to_steps":null,"inferred_category":"Security","canonical_url":"https://www.syntaxstandard.com/gpg/verify-detached-signature-with-public-key-file"}