mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
gpgv: add page (#4116)
This commit is contained in:
parent
6e943a3808
commit
4972c4bf4d
1 changed files with 16 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue