From 4972c4bf4dad36c43132edbcb4cab4bfcd554c57 Mon Sep 17 00:00:00 2001 From: James Hibbard <1940994+jameshibbard@users.noreply.github.com> Date: Sat, 20 Jun 2020 03:50:04 +0000 Subject: [PATCH] gpgv: add page (#4116) --- pages/common/gpgv.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/gpgv.md diff --git a/pages/common/gpgv.md b/pages/common/gpgv.md new file mode 100644 index 000000000..d6e70e172 --- /dev/null +++ b/pages/common/gpgv.md @@ -0,0 +1,16 @@ +# gpgv + +> Verify OpenPGP signatures. +> More information: . + +- 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}}`