From b897b08cb1bf1a6279e58fcf243cbf4618bfc4a7 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 12 Dec 2023 13:28:41 +0100 Subject: [PATCH] normalize "private" naming --- book/source/certificates.md | 4 ++-- book/source/index.md | 2 +- book/source/{private.md => private_keys.md} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename book/source/{private.md => private_keys.md} (100%) diff --git a/book/source/certificates.md b/book/source/certificates.md index 5dfe238..643c3ba 100644 --- a/book/source/certificates.md +++ b/book/source/certificates.md @@ -11,7 +11,7 @@ An {term}`OpenPGP certificate`, by definition, does not contain {term}`private k Fundamentally, the effective management of {term}`certificates` and a thorough grasp of their {term}`authentication` and {term}`trust models` are crucial for proficient OpenPGP usage. Although this document offers just a brief overview of these aspects, they form a fundamental part of the broader OpenPGP framework and warrant further study. -- For an in-depth exploration of OpenPGP's {term}`private key material`, refer to [](/private). This chapter provides essential insights into {term}`private key` management and security practices. +- For an in-depth exploration of OpenPGP's {term}`private key material`, refer to [](/private_keys). This chapter provides essential insights into {term}`private key` management and security practices. - The bindings that link the {term}`components` of a {term}`certificate` are comprehensively discussed in [](/signing_components), offering a deeper understanding of {term}`certificate` structure and integrity. @@ -77,7 +77,7 @@ An {term}`OpenPGP certificate` usually contains multiple {term}`component keys` containing {term}`private key material` also include {term}`metadata` specifying the password protection scheme. This is another facet of {term}`metadata`, akin to the aforementioned creation timestamp and additional parameters for certain algorithms. However, this discussion focuses on {term}`OpenPGP certificates`, in which the {term}`component keys` contain only the public part of its cryptographic key data. For information on {term}`private keys` in OpenPGP, see [](private). +{term}`Component keys` containing {term}`private key material` also include {term}`metadata` specifying the password protection scheme. This is another facet of {term}`metadata`, akin to the aforementioned creation timestamp and additional parameters for certain algorithms. However, this discussion focuses on {term}`OpenPGP certificates`, in which the {term}`component keys` contain only the public part of its cryptographic key data. For information on {term}`private keys` in OpenPGP, see [](private_keys). (fingerprint)= ### Fingerprint diff --git a/book/source/index.md b/book/source/index.md index 00d4eb2..b2a5e61 100644 --- a/book/source/index.md +++ b/book/source/index.md @@ -16,7 +16,7 @@ about.md openpgp.md cryptography.md certificates.md -private.md +private_keys.md signatures.md signing_data.md signing_components.md diff --git a/book/source/private.md b/book/source/private_keys.md similarity index 100% rename from book/source/private.md rename to book/source/private_keys.md