diff --git a/book/source/08-signing_components.md b/book/source/08-signing_components.md index a9ef9d1..cd1aa1b 100644 --- a/book/source/08-signing_components.md +++ b/book/source/08-signing_components.md @@ -273,7 +273,7 @@ For example, Alice could delegate trust decisions only for email addresses in th (wot)= ### Web of Trust: Decentralized trust decisions -The Web of Trust in OpenPGP is a trust model that facilitates authentication decisions through a network of certifications and delegations.[^strong-set] It is characterized by a so-called [strong set](https://en.wikipedia.org/wiki/Web_of_trust#Strong_set), which refers to a group of certificates that are robustly interconnected via third-party certifications. +The Web of Trust in OpenPGP is a trust model that facilitates authentication decisions through a network of certifications and delegations. It is characterized by a so-called [strong set](https://en.wikipedia.org/wiki/Web_of_trust#Strong_set), which refers to a group of certificates that are robustly interconnected via third-party certifications. In this model, users independently delegate authentication decisions, choosing whose certification to rely on. This delegation is based on the certificates and third-party signatures available to them, with their OpenPGP software applying the Web of Trust mechanism to discern the reliability of each certificate for an identity.