mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 16:12:05 +01:00
ch4: tweak structure
This commit is contained in:
parent
2f2ec4e3e2
commit
a649c1fe6d
1 changed files with 4 additions and 2 deletions
|
@ -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).
|
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.
|
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
|
#### Primary UserID and its implications
|
||||||
|
|
||||||
### User attributes
|
#### User attributes
|
||||||
|
|
||||||
User attributes are similar to User IDs, but less commonly used.
|
User attributes are similar to User IDs, but less commonly used.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue