mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-26 09:32:06 +01:00
generalize: User Attributes are uncommon, but we should include them
This commit is contained in:
parent
ee1e9d5396
commit
0a2bccb380
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ Key attributes, such as capabilities (like *signing* or *encryption*) and expira
|
|||
|
||||
- **Subkey metadata** is defined within the [subkey binding signature](binding_subkeys) that links the subkey to the certificate.
|
||||
|
||||
- **User ID metadata** is is associated via the [certifying self-signature](bind_ident) that links the identity to the certificate.
|
||||
- **Identity component metadata** is associated via the [certifying self-signature](bind_ident) that links the identity (usually in the form of a User ID) to the certificate.
|
||||
|
||||
It is crucial to note that the components of an OpenPGP certificate remain static after their creation. The use of signatures to store metadata allows for subsequent modifications without altering the original components. For instance, a certificate holder can update the expiration time of a component by issuing a new, superseding signature.
|
||||
|
||||
|
|
Loading…
Reference in a new issue