Update PGP section on About page
All checks were successful
Generate Website / Generate Website (push) Successful in 18s
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:
parent
288e8cd154
commit
a0b2290ded
1 changed files with 32 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
||||||
[//]: # "Title: About - sapphirus.org"
|
[//]: # "Title: About - sapphirus.org"
|
||||||
[//]: # "Copyright (C) 2024 Xavier Moffett
|
[//]: # "Copyright (C) 2024-2025 Xavier Moffett
|
||||||
All Rights Reserved"
|
All Rights Reserved"
|
||||||
|
|
||||||
# About
|
# About
|
||||||
|
@ -36,23 +36,37 @@ You may e-mail me with PGP at the address listed above. I'd encourage in so doin
|
||||||
|
|
||||||
## PGP
|
## 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
|
#### 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>
|
<code>Xavier Moffett (Master Signing Key) <<span class="ml" a="ten.muiroza" b="surihppas"/></span>></code>
|
||||||
<ul class="list-none list-midpad">
|
<table class="table-inv">
|
||||||
<li> Master: <code class="select">8268 0E21 D66F 73C8 D1BC 5022 E967 DD18 119C 6EEA</code></li>
|
<tr>
|
||||||
<li>Signing: <code class="select">6C43 E8B5 4F94 5373 4D76 9A9F A6C0 61B2 CEA1 A7AC</code></li>
|
<td>Master:</td>
|
||||||
<li>Encrypt: <code class="select">F921 6336 670A 9697 25A4 9805 8FC2 6BE8 AD2B E78E</code></li>
|
<td><code class="select">8268 0E21 D66F 73C8 D1BC 5022 E967 DD18 119C 6EEA</code></td>
|
||||||
<li> Key ID: <code class="select">E967DD18119C6EEA</code></li>
|
</tr>
|
||||||
</ul>
|
<tr>
|
||||||
|
<td>Signing:</td>
|
||||||
|
<td><code class="select">6C43 E8B5 4F94 5373 4D76 9A9F A6C0 61B2 CEA1 A7AC</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Encrypt:</td>
|
||||||
|
<td><code class="select">F921 6336 670A 9697 25A4 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">
|
<div class="flex-width">
|
||||||
<code class="block select">
|
<code class="block select">
|
||||||
|
@ -79,3 +93,9 @@ TQD/QX05qHeTBwGhdRewkq5ZLW5j2DU47eAx6d22zju74w4=<br>
|
||||||
-----END PGP PUBLIC KEY BLOCK-----
|
-----END PGP PUBLIC KEY BLOCK-----
|
||||||
</code>
|
</code>
|
||||||
</div>
|
</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>
|
||||||
|
|
Loading…
Reference in a new issue