From 09c5b0bfdc5deefd3b2912864981b8c23ffdbacd Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Fri, 4 Aug 2023 21:15:18 -0400 Subject: [PATCH] Update GPG Key page - Moved the info/warning to the top of the page. - Changed some content to make it more concise. --- gpg-key.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/gpg-key.md b/gpg-key.md index 6bbfc27..b8c594c 100644 --- a/gpg-key.md +++ b/gpg-key.md @@ -3,6 +3,8 @@ description: Information about my public GPG key and how to obtain it. --- +> I do not use keyservers. This is the only place where I provide my public key. A key claiming to be mine somewhere else is definitely a fake. +{.info} ## Intro @@ -14,19 +16,14 @@ ## Intro You can also use the key to encrypt emails you send to me. In that case, I would also need your public key so I can encrypt the emails I send back to you. The excellent [Email Self-Defense Guide by the Free Software Foundation](https://emailselfdefense.fsf.org/){target="_blank"} describes how this process works. -> I do not use keyservers. This is the only place where I provide my public key. A key claiming to be mine somewhere else is definitely a fake. -{.warning} - ## Obtaining my key -Start by downloading my key: [Foster Hangdaan's Public Key](https://static.fosterhangdaan.com/foster-pubkey.asc){target="_blank"}{download}. +You can download my public key here: [Foster Hangdaan's Public Key](https://static.fosterhangdaan.com/foster-pubkey.asc){target="_blank"}{download}. -Ensure that the key's fingerprint matches the one below: +The key's fingerprint should match the one below: ``` pub ed25519/E48D7F49A852F112 2023-07-14 [SC] Key fingerprint = DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112 uid Foster Hangdaan ``` - -If the fingerprints match, import the key so that it's ready for use.