gpgv
Verify OpenPGP signatures.
- Verify a signed file:
gpgv {path/to/file}
- Verify a signed file using a detached signature:
gpgv {path/to/signature} {path/to/file}
- Add a file to the list of keyrings (a single exported key also counts as a keyring):
gpgv --keyring {./alice.keyring} {path/to/signature} {path/to/file}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).