Skip to content

Commit d227b0c

Browse files
authored
Update README.md
Add signature verification example.
1 parent 7adaf70 commit d227b0c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

release-keys/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,12 @@ These keys were once valid but are now expired or revoked:
2424
* Key fingerprint: 65FF 3F24 AA08 E882 CB44 4C94 D731 D97A 606F D463
2525
* Member is no longer active with EasyRSA.
2626

27+
Verifying Signatures
28+
===
29+
You can verify the signatures provided by downloading the public key for the current key (above) and adding it to your keychain. Then you can verify with the following command:
30+
```
31+
ecrist@marvin:~/Downloads-> gpg --verify EasyRSA-3.0.8.tgz.sig EasyRSA-3.0.8.tgz
32+
gpg: Signature made Wed Sep 9 16:00:35 2020 CDT
33+
gpg: using RSA key C8FCA3E7F787072CDEB91D2F72964219390D0D0E
34+
gpg: Good signature from "Eric F Crist <[email protected]>"
35+
```

0 commit comments

Comments
 (0)