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 GitHub
parent fe5bb74983
commit abad5448e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
FAQ.md
View file

@ -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] 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) ## How to update an old RaspiBlitz BEFORE v1.0? (LEGACY)