diff --git a/book/source/04-certificates.md b/book/source/04-certificates.md index 0775ea1..c77eb3d 100644 --- a/book/source/04-certificates.md +++ b/book/source/04-certificates.md @@ -372,7 +372,7 @@ Note that in some contexts it's not clear if minimization brings more benefit th Disadvantages/risks of minimizing certificates: -- Does not present full view of how the certificate (and the validity of its components) evolved over time. +- Does not present a full view of how the certificate (and the validity of its components) evolved over time. - As other certificates are collected, third-party certifications that were previously unusable may become usable again. Dropping third-party certifications as a part of minimization prevents this mechanism. - Removing component keys that the minimizing implementation can't use means that the receiver does not receive a copy of those, even if *the receiver* supports them. - Refreshing certificates from key servers may inflate the certificate again, since OpenPGP certificates tend to act as [append-only structures](append-only).