Change keys page
This commit is contained in:
parent
d0633cc61d
commit
cf566ad520
13
keys.php
13
keys.php
@ -10,22 +10,11 @@
|
|||||||
|
|
||||||
<?php include "./page-blocks/menu.php"; ?>
|
<?php include "./page-blocks/menu.php"; ?>
|
||||||
|
|
||||||
<h1 class="page-title">GPG/PGP</h1>
|
<h1 class="page-title">Keys</h1>
|
||||||
<div class="page-main-content">
|
<div class="page-main-content">
|
||||||
<p>
|
<p>
|
||||||
<a href="/downloads/f.boniface_ed25519.pub">Download SSH Public Key</a>
|
<a href="/downloads/f.boniface_ed25519.pub">Download SSH Public Key</a>
|
||||||
</p>
|
</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>.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php include "./page-blocks/footer.php"; ?>
|
<?php include "./page-blocks/footer.php"; ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user