ch4: tweak structure

This commit is contained in:
Heiko Schaefer 2023-09-27 10:04:56 +02:00
parent 2f2ec4e3e2
commit a649c1fe6d
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -109,7 +109,9 @@ Only the primary key can perform "certification" operations. All other operation
It is considered good practice to have separate component keys for each type of operation (specifically: to allow only *Certification* operations for the primary key, and to have separate *Signing*, *Encryption* and *Authentication* subkeys).
### User IDs
### Identity components
#### User IDs
An OpenPGP certificate can contain any number of User IDs. Each user ID associates the certificate with an identity.
@ -123,7 +125,7 @@ OpenPGP certificates can contain any number of User IDs
#### Primary UserID and its implications
### User attributes
#### User attributes
User attributes are similar to User IDs, but less commonly used.