From abad5448e2aa15aa0baaca185bce9e3a469f7b86 Mon Sep 17 00:00:00 2001 From: Alazne Morales <86524177+alaznem@users.noreply.github.com> Date: Tue, 26 Oct 2021 13:16:26 +0000 Subject: [PATCH] modify wording of a correct signature verification (#2660) gpg (GnuPG) 2.2.12 is displaying the term `gpg: Good signature from ...` and not "correct signature" as currently written in the FAQ. --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 078fa8d57..f1f5d6de7 100644 --- a/FAQ.md +++ b/FAQ.md @@ -138,7 +138,7 @@ If you know have all the three elements needed - the imported public key, the im gpg --verify [SIGNATURE-FILE] [IMAGE-FILE] ``` -As a result you should see a "correct signature" message with a main fingerprint the same as you can find on the [keybase.io/rootzoll](https://keybase.io/rootzoll) that is ending on `1C73 060C 7C17 6461`. If that fingerprint is correct, the SD card image you downloaded is a original release RaspiBlitz. +As a result you should see a "good signature" message with a main fingerprint the same as you can find on the [keybase.io/rootzoll](https://keybase.io/rootzoll) that is ending on `1C73 060C 7C17 6461`. If that fingerprint is correct, the SD card image you downloaded is a original release RaspiBlitz. ## How to update an old RaspiBlitz BEFORE v1.0? (LEGACY)