
gpgv
List of commands for gpgv:
-
gpgv:tldr:6f24b gpgv: Verify a signed file.$ gpgv ${filename}try on your machineexplain 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 machineexplain this command
-
gpgv:tldr:f234a gpgv: Verify a signed file using a detached signature.$ gpgv ${path-to-signature} ${filename}try on your machineexplain this command