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.
This commit is contained in:
Alazne Morales 2021-10-26 13:16:26 +00:00 committed by rootzoll
parent f7b6c10890
commit 475cb9f651

2
FAQ.md
View File

@ -114,7 +114,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)