mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-27 01:52:06 +01:00
ch4: Add new certificate diagram
This commit is contained in:
parent
c19d77e0c0
commit
7c94b45ea8
1 changed files with 8 additions and 1 deletions
|
@ -30,7 +30,14 @@ An OpenPGP certificate (or "OpenPGP key") is a collection of an arbitrary number
|
|||
|
||||
All elements of an OpenPGP certificate are structured around one central element: the *OpenPGP primary key*. The primary key acts as a personal CA for the key's owner: It can make cryptographic statements about subkeys, identities, expiration times, revocation, ...
|
||||
|
||||
Note that OpenPGP certificates are typically long-lived and may be changed (typically by their owner), over time. Components can be added and invalidated, over the lifetime of a certificate
|
||||
```{figure} diag/OpenPGP\ Certificate.svg
|
||||
|
||||
An OpenPGP certificate
|
||||
```
|
||||
|
||||
```{note}
|
||||
OpenPGP certificates are typically long-lived and may be changed (typically by their owner), over time. Components can be added and invalidated, over the lifetime of a certificate
|
||||
```
|
||||
|
||||
### OpenPGP component keys
|
||||
|
||||
|
|
Loading…
Reference in a new issue