remove dangling footnote syntax

This commit is contained in:
Heiko Schaefer 2023-11-25 17:32:17 +01:00
parent 127f36162c
commit 887c5bf0e6
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB

View file

@ -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.