Update PGP section on About page
All checks were successful
Generate Website / Generate Website (push) Successful in 18s

- Replace list with table for fingerprints
- Change up verbiage a bit
- Addition of Public Key subhead
- Inclusion of import subsection
- Update copyright year
This commit is contained in:
Xavier Moffett 2025-01-14 19:26:44 -05:00
parent 288e8cd154
commit a0b2290ded
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC

View file

@ -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:
<code class="select">Xavier Moffett (Master Signing Key) <<span class="ml" a="ten.muiroza" b="surihppas"/></span>></code>
<ul class="list-none list-midpad">
<li>&nbsp;Master: <code class="select">8268 0E21 D66F 73C8 D1BC&nbsp;&nbsp;5022 E967 DD18 119C 6EEA</code></li>
<li>Signing: <code class="select">6C43 E8B5 4F94 5373 4D76&nbsp;&nbsp;9A9F A6C0 61B2 CEA1 A7AC</code></li>
<li>Encrypt: <code class="select">F921 6336 670A 9697 25A4&nbsp;&nbsp;9805 8FC2 6BE8 AD2B E78E</code></li>
<li>&nbsp;Key ID: <code class="select">E967DD18119C6EEA</code></li>
</ul>
<code>Xavier Moffett (Master Signing Key) <<span class="ml" a="ten.muiroza" b="surihppas"/></span>></code>
<table class="table-inv">
<tr>
<td>Master:</td>
<td><code class="select">8268 0E21 D66F 73C8 D1BC&nbsp;&nbsp;5022 E967 DD18 119C 6EEA</code></td>
</tr>
<tr>
<td>Signing:</td>
<td><code class="select">6C43 E8B5 4F94 5373 4D76&nbsp;&nbsp;9A9F A6C0 61B2 CEA1 A7AC</code></td>
</tr>
<tr>
<td>Encrypt:</td>
<td><code class="select">F921 6336 670A 9697 25A4&nbsp;&nbsp;9805 8FC2 6BE8 AD2B E78E</code></td>
</tr>
<tr>
<td>Key ID:</td>
<td><code class="select">E967DD18119C6EEA</code></td>
</tr>
</table>
#### Public Key
#### Armor
Below is my PGP public key armor:
Below is the OpenPGP ASCII armor:
<div class="flex-width">
<code class="block select">
@ -79,3 +93,9 @@ TQD/QX05qHeTBwGhdRewkq5ZLW5j2DU47eAx6d22zju74w4=<br>
-----END PGP PUBLIC KEY BLOCK-----
</code>
</div>
#### Import
You may, with the following command sequence, wish to import the public key into GnuPG:
<code>$ <span class="select">curl https://sapphirus.org/publickey.asc | gpg --import</span></code>