mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-30 03:22:06 +01:00
ch5: fix admonition type
This commit is contained in:
parent
87e26fa6cd
commit
460bc9d5a4
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
Either way: at most, a private key subsystem should need access to individual component keys and the associated private key material.
|
||||||
|
|
||||||
```{admonition} TODO
|
```{note}
|
||||||
:class: warning
|
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue