gpgv: add page (#4116)

client-spec/clarity
James Hibbard 2020-06-20 03:50:04 +00:00 committed by GitHub
parent 6e943a3808
commit 4972c4bf4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/common/gpgv.md Normal file
View File

@ -0,0 +1,16 @@
# gpgv
> Verify OpenPGP signatures.
> More information: <https://www.gnupg.org/documentation/manuals/gnupg/gpgv.html>.
- 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 accounts as a keyring):
`gpgv --keyring {{./alice.keyring}} {{path/to/file}} {{path/to/signature}}`