ch5: fix admonition type

This commit is contained in:
Heiko Schaefer 2023-10-24 21:09:39 +02:00
parent 87e26fa6cd
commit 460bc9d5a4
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -96,8 +96,7 @@ Designs of private key subsystems in the OpenPGP space differ:
Either way: at most, a private key subsystem should need access to individual component keys and the associated private key material.
```{admonition} TODO
:class: warning
```{note}
Keeping a copy of the full certificate information in the private key subsystem can cause "split brain" problems. E.g.: expiration times could then differ between different subsystems, when they keep different copies of the certificate information.