Fixing wiki

Stephen Vanderwarker 2023-12-13 11:56:41 -05:00
parent 771dcb1cbd
commit c700606ae4
1 changed files with 9 additions and 2 deletions

@ -1,3 +1,10 @@
View the message you wish to verify, click "raw" to get just the text, verify with curl and gpg just like any other plain text documents.
# How To Verify PGP Signed Messages
View the message you wish to verify, click "raw" to get just the text, copy the URL, and use curl and gpg just like any other plain text documents.
Also [see here](https://keyoxide.org/hkp/AED52F32870CB1D3B7A4670DAB75E92968566C6E)
### Example
````
curl https://git.vanderwarker.family/stephen/proofs/raw/branch/main/federated/nostr/address.md.asc | gpg --verify
````
Also make sure you have the latest version of my PGP key from [here](https://keyoxide.org/hkp/AED52F32870CB1D3B7A4670DAB75E92968566C6E)