hagrid-keyserver--hagrid/dist/templates/about/about.html.hbs

75 lines
2.9 KiB
Handlebars
Raw Normal View History

2019-02-22 20:15:06 +00:00
{{#> layout }}
<div class="about">
2019-06-04 22:11:38 +00:00
<center><h2>About | <a href="/about/usage">Usage</a> | <a href="/about/faq">FAQ</a> | <a href="/about/privacy">Privacy Policy</a> | <a href="/about/api">API</a></h2></center>
2019-04-25 15:44:46 +00:00
<p>
2019-06-04 17:07:12 +00:00
The <tt>keys.openpgp.org</tt> server is a public service for the
2019-04-25 15:44:46 +00:00
distribution and discovery of OpenPGP-compatible keys, commonly
referred to as a "keyserver".
</p>
<p>
2019-05-17 20:31:04 +00:00
<strong>For instructions, see our <a href="/about/usage">usage guide</a>.</strong>
2019-04-25 15:44:46 +00:00
</p>
2019-06-04 17:07:12 +00:00
<h3>How it works</h3>
<p>
OpenPGP keys contain two types of information:
</p>
<ul>
2019-06-04 22:11:38 +00:00
<li><strong>Technical data</strong> is all the technical information
about the key itself. This means the large numbers used for
cryptographic operations, but also metadata like its expiry date,
and whether it is revoked or not.
2019-06-04 17:07:12 +00:00
</li>
<li><strong>Identity information</strong> includes the parts of
a key that identify its owner (known as "User IDs"), in
particular e-mail addresses.
</li>
</ul>
<p>
Traditionally, these pieces of information have always been distributed
together. On <span class="brand">keys.openpgp.org</span>, they are
treated differently:
</p>
2019-04-25 15:44:46 +00:00
<p>
2019-06-04 22:11:38 +00:00
The technical data of keys can be freely up- and downloaded on
2019-06-04 17:07:12 +00:00
<span class="brand">keys.openpgp.org</span>. It consists of technical
2019-06-04 22:11:38 +00:00
information only, which can't be used to identify its owner. However,
it is important for OpenPGP software to keep this information up to
date, in order to maintain secure and reliable communication.
2019-05-17 20:31:04 +00:00
</p>
2019-06-04 17:07:12 +00:00
<p>
The identity information in an OpenPGP key is only distributed with
consent. It contains personal data, and is not strictly necessary for
a key to be used for encryption or signature verification. Once the
2019-06-04 22:11:38 +00:00
owner gives consent by verifying their e-mail address, the key can
be found by everyone via search by address.
2019-06-04 17:07:12 +00:00
</p>
<h3>Community and platform</h3>
2019-05-17 20:31:04 +00:00
<p>
This service is run as a community effort. You can talk to us in
##hagrid on Freenode IRC, also reachable as #hagrid:stratum0.org on
Matrix. The folks who are running this come from various projects in the
OpenPGP ecosystem including Sequoia-PGP, OpenKeychain, and Enigmail.
2019-04-25 15:44:46 +00:00
</p>
<p>
Technically, <tt>keys.openpgp.org</tt> runs on the
<a href="https://gitlab.com/sequoia-pgp/hagrid" target="_blank">Hagrid</a>
keyserver software, which is based on
<a href="https://sequoia-pgp.org">Sequoia-PGP</a>. We are hosted on the
<a href="https://eclips.is" target="_blank">eclips.is</a> platform,
a hosting provider focused on Internet Freedom projects, run by
<a href="https://greenhost.net/" target="_blank">Greenhost</a>.
</p>
2019-03-06 15:03:44 +00:00
</div>
2019-02-22 20:15:06 +00:00
{{/layout}}