mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 19:59:40 +02:00
Use converted (plain) SVGs with paths instead of texts
Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
parent
bacbecc77f
commit
bc97cb8823
3 changed files with 6 additions and 6 deletions
|
@ -18,7 +18,7 @@ This chapter is about the remaining counterpart to the elements of certificates:
|
|||
|
||||
In this book, we treat the private key material as logically separate from the OpenPGP certificate. A separate subsystem typically handles operations that use private key material. It is useful to think about OpenPGP certificates on one hand, and the associated private key material, on the other, as related but separate elements[^pkcs11]:
|
||||
|
||||
```{figure} diag/OpenPGPCert_with_privatekeystore.svg
|
||||
```{figure} diag_converted/OpenPGPCert_with_privatekeystore.svg
|
||||
:name: fig-openpgp-certificate-with-private-key-store
|
||||
:alt: Depicts a diagram on white background with an OpenPGP Certificate and a private key store. Gray dotted lines connect the green public key symbols of the OpenPGP Certificate with red dotted private key symbols in the private key store.
|
||||
|
||||
|
@ -33,7 +33,7 @@ However, there is one exception. The cryptographic private key material is somet
|
|||
|
||||
Sometimes it is useful to handle OpenPGP certificates combined with private key material in the form of [*transferable secret keys (TSK)*](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-11.html#name-transferable-secret-keys). Transferable secret keys are a serialized format that combines OpenPGP certificate data with the connected private key material, stored in a single file.
|
||||
|
||||
```{figure} diag/TSK.svg
|
||||
```{figure} diag_converted/TSK.svg
|
||||
:name: fig-transferable-secret-key
|
||||
:alt: Depicts a box on white background with the title "Transferable secret key". It is identical to the figure depicting an OpenPGP certificate, with the exception, that in each component key box, below the green public key symbol, also the red dotted private key symbol is shown.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue