From 0bd2db66701eec22901163e29af8955f67ec8178 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Sat, 7 Nov 2020 22:59:55 -0800 Subject: [PATCH] Add documentation links and direct users to read them QubesOS/qubes-issues#6191 --- project-security/verifying-signatures.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/project-security/verifying-signatures.md b/project-security/verifying-signatures.md index 28aabd51..4c2a3dfb 100644 --- a/project-security/verifying-signatures.md +++ b/project-security/verifying-signatures.md @@ -58,16 +58,17 @@ If you run into any problems, please consult the [Troubleshooting FAQ] below. Before we begin, you'll need a program that can verify PGP signatures. Any such program will do, but here are some examples for popular operating systems: -**Windows:** [Gpg4win](https://gpg4win.org/download.html). +**Windows:** [Gpg4win](https://gpg4win.org/download.html) ([documentation](https://www.gpg4win.org/documentation.html)). Use the Windows command line (`cmd.exe`) to enter commands. -**Mac:** [GPG Suite](https://gpgtools.org/). +**Mac:** [GPG Suite](https://gpgtools.org/) ([documentation](https://gpgtools.tenderapp.com/kb)). Open a terminal to enter commands. -**Linux:** `gpg2` from your package manager or from [gnupg.org](https://gnupg.org/download/index.html). +**Linux:** `gpg2` from your package manager or from [gnupg.org](https://gnupg.org/download/index.html) ([documentation](https://www.gnupg.org/documentation/)). Open a terminal to enter commands. The commands below will use `gpg2`, but if that doesn't work for you, try `gpg` instead. +If that still doesn't work, please consult the documentation for your specific program (see links above). ### 1. Get the Qubes Master Signing Key and verify its authenticity