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

87 lines
3.5 KiB
Handlebars
Raw Normal View History

2019-02-22 20:15:06 +00:00
{{#> layout }}
<div class="about">
2019-06-12 12:02:45 +00:00
<center><h2>About | <a href="/about/news">News</a> | <a href="/about/usage">Usage</a> | <a href="/about/faq">FAQ</a> | <a href="/about/privacy">Privacy Policy</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>
An OpenPGP key contains two types of information:
2019-06-04 17:07:12 +00:00
</p>
<ul>
<li><strong>Identity information</strong> describes the parts of
a key that identify its owner, also known as "User IDs".
A User ID typically includes a name and an e-mail address.
2019-06-04 17:07:12 +00:00
</li>
<li><strong>Non-identity information</strong> is all the technical
information about the key itself. This includes the large numbers
used for verifying signatures and encrypting messages.
It also includes metadata like date of creation, some expiration
dates, and revocation status.
2019-06-04 17:07:12 +00:00
</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. While anyone can upload all parts of any OpenPGP key
to <span class="brand">keys.openpgp.org</span>, our keyserver
will only retain and publish certain parts under certain
conditions:
2019-06-04 17:07:12 +00:00
</p>
2019-04-25 15:44:46 +00:00
<p>
Any <strong>non-identity information</strong> will be stored and freely
redistributed, if it passes a cryptographic integrity check.
Anyone can download these parts at any time as they contain only
technical data that can't be used to directly identify a person.
Good OpenPGP software can use <span class="brand">keys.openpgp.org</span>
to keep this information up to date for any key that it knows about.
This helps OpenPGP users maintain secure and reliable communication.
2019-05-17 20:31:04 +00:00
</p>
2019-06-04 17:07:12 +00:00
<p>
The <strong>identity information</strong> in an OpenPGP key
is only distributed with consent.
It contains personal data, and is not strictly necessary for
2019-06-04 17:07:12 +00:00
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 id="community">Community and platform</h3>
2019-06-04 17:07:12 +00:00
2019-05-17 20:31:04 +00:00
<p>
This service is run as a community effort.
You can talk to us in
2019-06-15 12:00:46 +00:00
#hagrid on Freenode IRC,
also reachable as #hagrid:stratum0.org on Matrix.
Of course you can also reach us via e-mail,
at <tt>support at keys dot openpgp dot org</tt>.
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/hagrid-keyserver/hagrid" target="_blank">Hagrid</a>
2019-04-25 15:44:46 +00:00
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}}