From 06d3e1f2303374579b3395e2c7d22f1881d58f3c Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 26 Oct 2023 19:21:56 +0200 Subject: [PATCH] edit moved/split out ch7 --- book/source/07-signing_components.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/book/source/07-signing_components.md b/book/source/07-signing_components.md index 258829a..c31eda4 100644 --- a/book/source/07-signing_components.md +++ b/book/source/07-signing_components.md @@ -21,7 +21,7 @@ There are two important scenarios to distinguish. Signatures on components can b ## Context-specific meaning -For some signature types, the meaning of a signature depends in part on who issued it: A self-signature has a different meaning from a signature issued by a third party. +The meaning of a signature depends in part on who issued it. A self-signature has a different meaning from a signature issued by a third party. For example: @@ -145,6 +145,8 @@ This signature is calculated over the primary key and User ID. ### Direct key signature: Adding metadata to the primary key ```{admonition} TODO +:class: warning + explain metadata associated with this signature, and that c-r prefers this over primary user id. ```