Port "About"

This commit is contained in:
Nikita Karamov
2025-04-05 16:22:08 +02:00
committed by Vincent Breitmoser
parent d6b49292b1
commit 038402b7a1
3 changed files with 31 additions and 0 deletions

View File

@@ -11,4 +11,5 @@ feed_filenames = ["atom.xml"]
[extra]
menu = [
"about/_index.md",
]

3
content/_index.md Normal file
View File

@@ -0,0 +1,3 @@
---
redirect_to: /about/
---

27
content/about/_index.md Normal file
View File

@@ -0,0 +1,27 @@
---
title: About
template: page.html
---
The {{ brand() }} server is a public service for the distribution and discovery of OpenPGP-compatible keys, commonly referred to as a "keyserver".
**For instructions, see our [usage guide](@/about/usage.md).**
### How it works
An OpenPGP key contains two types of information:
- **Identity information** describes the parts of a key that identify its owner, also known as "User IDs". A User ID typically includes a name and an email address.
- **Non-identity information** 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.
Traditionally, these pieces of information have always been distributed together. On {{ brand() }}, they are treated differently. While anyone can upload all parts of any OpenPGP key to {{ brand() }}, our keyserver will only retain and publish certain parts under certain conditions:
Any **non-identity information** 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 {{ brand() }} to keep this information up to date for any key that it knows about. This helps OpenPGP users maintain secure and reliable communication.
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 owner gives consent by verifying their email address, the key can be found via search by address.
### Community and platform {#community}
This service is run as a community effort. You can talk to us in #hagrid on OFTC IRC, also reachable as #hagrid:stratum0.org on Matrix. Of course you can also reach us via email, 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.
Technically, {{ brand() }} runs on the [Hagrid](https://gitlab.com/keys.openpgp.org/hagrid) keyserver software, which is based on [Sequoia-PGP](https://sequoia-pgp.org). We are running on [eclips.is](https://eclips.is), a hosting platform focused on Internet Freedom projects, which is managed by [Greenhost](https://greenhost.net/).