From e8eeacc07b4b32c2dff890caece569db9260ae20 Mon Sep 17 00:00:00 2001 From: "Tammi L. Coles" Date: Fri, 16 Feb 2024 15:04:06 +0100 Subject: [PATCH] fix GnuPG snippet display --- book/source/adv/certificates.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/source/adv/certificates.md b/book/source/adv/certificates.md index 9a37789..8020b90 100644 --- a/book/source/adv/certificates.md +++ b/book/source/adv/certificates.md @@ -196,8 +196,9 @@ gpg --export-options export-minimal,export-clean,no-export-attributes \ --export-filter 'drop-subkey=expired -t || revoked -t || usage =~ a' \ --export wiktor@metacode.biz -The process significantly reduces the certificate size from 152,322 bytes to just 3,771 bytes, demonstrating a substantial decrease in size by over 40 times. Such minimization is particularly crucial in contexts with strict size limitations, like embedding certificate data in email headers. ``` +The process significantly reduces the certificate size from 152,322 bytes to just 3,771 bytes, demonstrating a substantial decrease in size by over 40 times. Such minimization is particularly crucial in contexts with strict size limitations, like embedding certificate data in email headers. + ## Identifying certificates: Fingerprints and Key IDs