mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-26 07:24:40 +01:00
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:
parent
fe5bb74983
commit
abad5448e2
1 changed files with 1 additions and 1 deletions
2
FAQ.md
2
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]
|
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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue