From a649c1fe6da33104e414e39d503e1d0ddea7c827 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Wed, 27 Sep 2023 10:04:56 +0200 Subject: [PATCH] ch4: tweak structure --- book/source/04-certificates.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/book/source/04-certificates.md b/book/source/04-certificates.md index b1c7e4c..73137c2 100644 --- a/book/source/04-certificates.md +++ b/book/source/04-certificates.md @@ -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.