mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
ch4: clarify/link "certificates are effectively append-only"
This commit is contained in:
parent
6757b47f81
commit
c575165cd3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Typical components in an OpenPGP certificate
|
||||||
Every element in an OpenPGP certificate revolves around a central component: the *OpenPGP primary key*. The primary key acts as a personal *certification authority* (CA) for the certificate's owner, enabling cryptographic statements regarding subkeys, identities, expiration, revocation, and more.
|
Every element in an OpenPGP certificate revolves around a central component: the *OpenPGP primary key*. The primary key acts as a personal *certification authority* (CA) for the certificate's owner, enabling cryptographic statements regarding subkeys, identities, expiration, revocation, and more.
|
||||||
|
|
||||||
```{note}
|
```{note}
|
||||||
OpenPGP certificates tend to have a long lifespan, with the potential for modifications (typically by their owner) over time. Components may be added or invalidated throughout a certificate's lifetime.
|
OpenPGP certificates tend to have a long lifespan, with the potential for modifications (typically by their owner) over time. Components may be added or invalidated throughout a certificate's lifetime. However, once published, components [cannot be removed](append-only) from certificates.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Component keys
|
## Component keys
|
||||||
|
|
Loading…
Reference in a new issue