fredboniface.co.uk/gpg.php

34 lines
922 B
PHP
Raw Normal View History

2022-10-07 11:14:36 +01:00
<!DOCTYPE html>
2022-10-07 21:51:32 +01:00
<html lang="en">
2022-10-07 11:14:36 +01:00
<head>
2022-10-07 21:51:32 +01:00
<?php include "./page-blocks/head.php"; ?>
2022-10-07 23:26:11 +01:00
<title>GPG/PGP</title>
2022-10-07 11:14:36 +01:00
</head>
<body>
2022-10-07 21:51:32 +01:00
<?php include "./page-blocks/menu.php"; ?>
2022-10-07 11:14:36 +01:00
2022-10-07 23:26:11 +01:00
<h1 class="page-title">GPG/PGP</h1>
2022-10-07 11:14:36 +01:00
<div class="page-main-content">
2022-10-28 19:30:34 +01:00
<p>
<a href="/downloads/f.boniface_ed25519.pub">Download SSH Public Key</a>
</p>
2022-10-07 21:51:32 +01:00
<p>
2022-10-07 11:14:36 +01:00
PGP stand for 'Pretty Good Privacy', GPG stands for 'GNU Privacy Guard'
, for the scope of this website they are interchangable.
</p>
<p>
2022-10-07 22:45:01 +01:00
My public GPG keys will be published below. You can use my public key to
2022-10-07 11:14:36 +01:00
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>
2022-10-07 21:51:32 +01:00
<?php include "./page-blocks/footer.php"; ?>
2022-10-07 11:14:36 +01:00
</body>
</html>