From 0a4133880191df2d1cf5bb5050d5548436b6ab5a Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Wed, 4 Oct 2023 15:30:57 +0200 Subject: [PATCH] ch4: simplify "note" markup --- book/source/04-certificates.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/book/source/04-certificates.md b/book/source/04-certificates.md index e0d334f..d0ec862 100644 --- a/book/source/04-certificates.md +++ b/book/source/04-certificates.md @@ -112,8 +112,7 @@ The commonly used key flags are: By convention, only the primary key is allowed to perform "certification" operations. All other operations can be configured on either the primary key or a subkey. -```{admonition} Note -:class: note +```{note} It is considered good practice to have separate component keys for each type of operation: to allow only *Certification* operations with the primary key, and to use separate *Signing*, *Encryption* and *Authentication* subkeys [^key-flag-sharing]. ```