From 0febf20d240987bcc7d07ec5b6f2d291e970efd1 Mon Sep 17 00:00:00 2001 From: "Tammi L. Coles" Date: Fri, 3 Nov 2023 10:10:36 +0100 Subject: [PATCH] correct that fingerprint is not unique to resolve https://codeberg.org/openpgp/notes/pulls/81#issuecomment-1291270 --- book/source/04-certificates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/source/04-certificates.md b/book/source/04-certificates.md index 4532011..6021318 100644 --- a/book/source/04-certificates.md +++ b/book/source/04-certificates.md @@ -80,7 +80,7 @@ Historically, even shorter 32-bit identifiers were used, like this: `2455 4239`, The OpenPGP primary key is a component key that serves a distinct, central role in an OpenPGP certificate: -- Its fingerprint acts as the unique identifier for the entire OpenPGP certificate. +- Its fingerprint acts as an identifier for the entire OpenPGP certificate. - It facilitates lifecycle operations, such as adding or invalidating subkeys or identities within a certificate. ```{admonition} Terminology