From 6bc0ddddd9e82c8ba0de1fa55f5ce7b100e28421 Mon Sep 17 00:00:00 2001 From: "Tammi L. Coles" Date: Mon, 4 Dec 2023 11:31:35 +0000 Subject: [PATCH] remove s to clarify the or choice --- book/source/08-signing_components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/source/08-signing_components.md b/book/source/08-signing_components.md index 8015b72..8326633 100644 --- a/book/source/08-signing_components.md +++ b/book/source/08-signing_components.md @@ -137,7 +137,7 @@ Self-signatures also play a vital role in binding identity components, such as U To bind the User ID `Alice Adams ` to her OpenPGP certificate (`AAA1 8CBB 2546 85C5 8358 3205 63FD 37B6 7F33 00F9 FB0E C457 378C D29F 1026 98B3`), Alice would use a certification signature. -There are four types of *certifying self-signature*. The most commonly used type for binding User IDs is the [positive certification](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-10.html#sigtype-positive-cert) (type ID `0x13`). Alternatively, types `0x10`, `0x11` or `0x12` might be used. This binding signature must be issued by the primary key. +There are four types of *certifying self-signature*. The most commonly used type for binding User IDs is the [positive certification](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-10.html#sigtype-positive-cert) (type ID `0x13`). Alternatively, type `0x10`, `0x11`, or `0x12` might be used. This binding signature must be issued by the primary key. The certifying self-signature packet – calculated over the primary key, User ID, and metadata of the signature packet – is added to the certificate, directly following the User ID packet.