Change keys page

This commit is contained in:
Fred Boniface 2022-10-28 21:33:42 +01:00
parent d0633cc61d
commit cf566ad520
1 changed files with 2 additions and 13 deletions

View File

@ -10,21 +10,10 @@
<?php include "./page-blocks/menu.php"; ?>
<h1 class="page-title">GPG/PGP</h1>
<h1 class="page-title">Keys</h1>
<div class="page-main-content">
<p>
<a href="/downloads/f.boniface_ed25519.pub">Download SSH Public Key</a>
</p>
<p>
PGP stand for 'Pretty Good Privacy', GPG stands for 'GNU Privacy Guard'
, for the scope of this website they are interchangable.
</p>
<p>
My public GPG keys will be published below. You can use my public key to
confirm that a signed email came from me, to verify signed files, and
to verify commits and downloads from my <a href="https://git.fjla.uk">
gitea server</a>.
<a href="/downloads/f.boniface_ed25519.pub">Download SSH Public Key</a>
</p>
</div>