gpgv: add page (#4116)
This commit is contained in:
16
pages/common/gpgv.md
Normal file
16
pages/common/gpgv.md
Normal 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}}`
|
Reference in New Issue
Block a user