From a0b2290ded66e9fa2792cc2b2c66abc0446b6a76 Mon Sep 17 00:00:00 2001 From: Xavier Moffett Date: Tue, 14 Jan 2025 19:26:44 -0500 Subject: [PATCH] Update PGP section on About page - Replace list with table for fingerprints - Change up verbiage a bit - Addition of Public Key subhead - Inclusion of import subsection - Update copyright year --- input/home/about.md | 44 ++++++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 12 deletions(-) diff --git a/input/home/about.md b/input/home/about.md index c5bd00c..d6c79f0 100644 --- a/input/home/about.md +++ b/input/home/about.md @@ -1,5 +1,5 @@ [//]: # "Title: About - sapphirus.org" -[//]: # "Copyright (C) 2024 Xavier Moffett +[//]: # "Copyright (C) 2024-2025 Xavier Moffett All Rights Reserved" # About @@ -36,23 +36,37 @@ You may e-mail me with PGP at the address listed above. I'd encourage in so doin ## PGP -All signed commits and encrypted communications can be verified against the public key herein. +All signed commits and encrypted communications can be verified against my PGP public key herein. + +### Public Key #### Fingerprints -Listed are the fingerprints associated with my PGP public key: +Listed are the associated fingerprints: -Xavier Moffett (Master Signing Key) <> - +Xavier Moffett (Master Signing Key) <> + + + + + + + + + + + + + + + + + +
Master:8268 0E21 D66F 73C8 D1BC  5022 E967 DD18 119C 6EEA
Signing:6C43 E8B5 4F94 5373 4D76  9A9F A6C0 61B2 CEA1 A7AC
Encrypt:F921 6336 670A 9697 25A4  9805 8FC2 6BE8 AD2B E78E
Key ID:E967DD18119C6EEA
-#### Public Key +#### Armor -Below is my PGP public key armor: +Below is the OpenPGP ASCII armor:
@@ -79,3 +93,9 @@ TQD/QX05qHeTBwGhdRewkq5ZLW5j2DU47eAx6d22zju74w4=
-----END PGP PUBLIC KEY BLOCK-----
+ +#### Import + +You may, with the following command sequence, wish to import the public key into GnuPG: + +$ curl https://sapphirus.org/publickey.asc | gpg --import