mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-27 01:52:06 +01:00
ch4: link to glossary for "CA"
This commit is contained in:
parent
74710d804a
commit
1f89d39740
2 changed files with 4 additions and 1 deletions
|
@ -40,7 +40,7 @@ We sometimes collectively refer to component keys and identity information as "t
|
|||
Typical components in an OpenPGP certificate
|
||||
```
|
||||
|
||||
All elements in an OpenPGP certificate are structured around one central component: the *OpenPGP primary key*. The primary key acts as a personal CA for the certificate's owner: It can make cryptographic statements about subkeys, identities, expiration, revocation, ...
|
||||
All elements in an OpenPGP certificate are structured around one central component: the *OpenPGP primary key*. The primary key acts as a personal {term}`CA` for the certificate's owner: It can make cryptographic statements about subkeys, identities, expiration, revocation, ...
|
||||
|
||||
```{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
|
||||
|
|
|
@ -9,6 +9,9 @@ Authentication
|
|||
Certification
|
||||
"Third party Signature" on a certificate, making a statement about that certificate, or an identity in the certificate
|
||||
|
||||
CA
|
||||
[Certificate authority](https://en.wikipedia.org/wiki/Certificate_authority) or certification authority. An entity that handles digital certificates, especially by signing or issuing them.
|
||||
|
||||
Delegation
|
||||
See {term}`Trust signature`
|
||||
|
||||
|
|
Loading…
Reference in a new issue