From fde85b5d673ceff7453dd56cdb9151ca6bf69894 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 14 Dec 2023 16:09:26 +0100 Subject: [PATCH] Fix glossary link markup --- book/source/signing_components.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/source/signing_components.md b/book/source/signing_components.md index 7067a09..0e24ed9 100644 --- a/book/source/signing_components.md +++ b/book/source/signing_components.md @@ -29,7 +29,7 @@ This chapter expands on topics introduced in the [](certificates) chapter. {term}`Life-cycle management` operations include: - {term}`binding` additional {term}`components` to a {term}`certificate` -- modifying {term}`expiration time` or other {term}`metadata` of `components` +- modifying {term}`expiration time` or other {term}`metadata` of {term}`components` - revoking, and thus invalidating, {term}`components` or existing {term}`self-signatures` {term}`Self-signatures` are issued by the {term}`certificate's owner` using the {term}`certificate`'s {term}`primary key`. @@ -266,7 +266,7 @@ With this mechanism, for example, it is possible to {term}`delegate` (wot)= ### Web of Trust: Decentralized trust decisions -The {term}`Web of Trust` in OpenPGP is a {term}`trust model` that facilitates {term}`authentication` decisions through a network of {term}`certifications` and {term}`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 {term}`certificates` that are robustly interconnected via `third-party certifications`. +The {term}`Web of Trust` in OpenPGP is a {term}`trust model` that facilitates {term}`authentication` decisions through a network of {term}`certifications` and {term}`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 {term}`certificates` that are robustly interconnected via {term}`third-party certifications`. In this model, users independently {term}`delegate` {term}`authentication` decisions, choosing whose {term}`certification` to rely on. This {term}`delegation` is based on the {term}`certificates` and {term}`third-party signatures` available to them, with their {term}`OpenPGP software` applying the {term}`Web of Trust` mechanism to discern the reliability of each {term}`certificate` for an {term}`identity`.