ch4: simplify "note" markup

This commit is contained in:
Heiko Schaefer 2023-10-04 15:30:57 +02:00
parent c1e6630f9f
commit 0a41338801
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -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. 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 ```{note}
:class: 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]. 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].
``` ```