mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 03:57:31 +00:00
Update cheatsheets
This commit is contained in:
21
gpgv
Normal file
21
gpgv
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 counts as a keyring):
|
||||
|
||||
`gpgv --keyring {{./alice.keyring}} {{path/to/signature}} {{path/to/file}}`
|
||||
Reference in New Issue
Block a user