Forrest logo
back to context overview

gpgv

List of commands for gpgv:

  • gpgv:tldr:6f24b gpgv: Verify a signed file.
    $ gpgv ${filename}
    try on your machine
    explain this command
  • gpgv:tldr:eb0b3 gpgv: Add a file to the list of keyrings (a single exported key also counts as a keyring).
    $ gpgv --keyring ${--alice-keyring} ${path-to-signature} ${filename}
    try on your machine
    explain this command
  • gpgv:tldr:f234a gpgv: Verify a signed file using a detached signature.
    $ gpgv ${path-to-signature} ${filename}
    try on your machine
    explain this command
back to context overview