From a9f14e54e930359d4dd21e6b74bdfbb0a527ed07 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 28 Sep 2023 16:05:27 +0200 Subject: [PATCH] Rename ch6 to reflect #30 --- book/source/02-highlevel.md | 2 +- book/source/{06-signatures.md => 06-certifications.md} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename book/source/{06-signatures.md => 06-certifications.md} (99%) diff --git a/book/source/02-highlevel.md b/book/source/02-highlevel.md index f50ad80..65de817 100644 --- a/book/source/02-highlevel.md +++ b/book/source/02-highlevel.md @@ -90,7 +90,7 @@ With OpenPGP it's possible to: - [Encrypt](encryption_chapter) and [Decrypt](decryption_chapter) Messages - [Sign](signing_data) and [Verify](verification_chapter) Data -- [Issue and examine Statements](signatures_chapter) about Keys and Identities (to perform CA-like functionality) +- [Issue and examine Statements](certifications_chapter) about Keys and Identities (to perform CA-like functionality) ### Building blocks diff --git a/book/source/06-signatures.md b/book/source/06-certifications.md similarity index 99% rename from book/source/06-signatures.md rename to book/source/06-certifications.md index 0572567..6b12dde 100644 --- a/book/source/06-signatures.md +++ b/book/source/06-certifications.md @@ -1,6 +1,6 @@ -(signatures_chapter)= +(certifications_chapter)= -# Signatures as "statements" +# Certification signatures Signatures make up the magic of OpenPGP. They act as the syntax that allows forming and interpreting complex statements about data and identities.