Use samp tag and remove html character entities
All checks were successful
Generate Website / Generate Website (push) Successful in 16s
All checks were successful
Generate Website / Generate Website (push) Successful in 16s
This commit is contained in:
parent
de6df3f1b7
commit
3fa5367066
1 changed files with 5 additions and 5 deletions
|
@ -46,19 +46,19 @@ All signed commits and encrypted communications can be verified against my PGP p
|
||||||
|
|
||||||
Listed are the associated fingerprints:
|
Listed are the associated fingerprints:
|
||||||
|
|
||||||
<code>Xavier Moffett (Master Signing Key) <<span class="ml" a="ten.muiroza" b="surihppas"/></span>></code>
|
<samp>Xavier Moffett (Master Signing Key) <<span class="ml" a="ten.muiroza" b="surihppas"/></span>></samp>
|
||||||
<table class="table-inv">
|
<table class="table-inv">
|
||||||
<tr>
|
<tr>
|
||||||
<td>Master:</td>
|
<td>Master:</td>
|
||||||
<td><code class="select">8268 0E21 D66F 73C8 D1BC 5022 E967 DD18 119C 6EEA</code></td>
|
<td><code class="select">8268 0E21 D66F 73C8 D1BC 5022 E967 DD18 119C 6EEA</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Signing:</td>
|
<td>Signing:</td>
|
||||||
<td><code class="select">6C43 E8B5 4F94 5373 4D76 9A9F A6C0 61B2 CEA1 A7AC</code></td>
|
<td><code class="select">6C43 E8B5 4F94 5373 4D76 9A9F A6C0 61B2 CEA1 A7AC</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Encrypt:</td>
|
<td>Encrypt:</td>
|
||||||
<td><code class="select">F921 6336 670A 9697 25A4 9805 8FC2 6BE8 AD2B E78E</code></td>
|
<td><code class="select">F921 6336 670A 9697 25A4 9805 8FC2 6BE8 AD2B E78E</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Key ID:</td>
|
<td>Key ID:</td>
|
||||||
|
@ -99,4 +99,4 @@ xg8CCRDpZ90YEZxu6itgAQC5snDnJ5I9+FnqDFfHl+xcZKiiZpztBeqUobD0Za5U
|
||||||
|
|
||||||
You may, with the following command sequence, wish to import the public key into GnuPG:
|
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>
|
<samp>$ <span class="select">curl https://sapphirus.org/publickey.asc | gpg --import</span></samp>
|
||||||
|
|
Loading…
Add table
Reference in a new issue