fredboniface.co.uk/pgp.php

36 lines
822 B
PHP
Raw Normal View History

2022-10-07 11:14:36 +01:00
<!DOCTYPE html>
<?php
2022-10-07 11:36:26 +01:00
include "./page-blocks/head-content.php";
include "./page-blocks/footer.php";
2022-10-07 11:14:36 +01:00
?>
<html>
<head>
<?php insert_head(); ?>
<title>PGP/GPG</title>
</head>
<body>
<h1 class="page-title">PGP/GPG</h1>
<div class="page-main-content">
<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 can be found 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>
<?php insert_footer(); ?>
</body>
</html>