diff --git a/gpg-key.tsx b/gpg-key.tsx index 08b8cd4..c5da39a 100644 --- a/gpg-key.tsx +++ b/gpg-key.tsx @@ -1,3 +1,5 @@ +export const title = "GPG Key - Foster Hangdaan"; + export const header = { heading: "GPG Key", subheading: "Information about my public GPG key and how to obtain it.", @@ -15,33 +17,37 @@ export default function() {

Intro

- If you would like to obtain my key but you are not familiar with GPG, then I suggest reading up on GPG before proceeding. - You can find more information and guides about GPG on the GnuPG official website. -

-

- I do not use keyservers. - This is the only place where I provide my key. - A key claiming to be mine somewhere else is definitely a fake. + Before proceeding, I suggest reading up on GPG if you are unfamiliar with it. + You can find more information about GPG on the GnuPG official website.

You can utilize the public key here to verify software and binaries released by me.

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 describes how this process works.

+
+

+ NOTE: + 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. +

+

Obtaining my key

- First, download my public key. + Start by downloading my key: Foster Hangdaan's Public Key.

- Check that it matches the fingerprint below before you import and start using the key. + Ensure that the key's fingerprint matches the one below:

           
             {gpgFingerprint.trim()}
           
         
+

If the fingerprints match, import the key so that it's ready for use.

);