move generated images under img/

This commit is contained in:
Heiko Schaefer 2023-12-12 13:05:48 +01:00
parent ae29cdc0c8
commit f8408dae30
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB
4 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ This construct is referred to as a [revocation certificate](https://www.ietf.org
On the other hand, to verify a data signature over a text document, an implementation needs to verify not only the data signature itself, but also the binding signature (and back-signature) of the signing subkey which qualifies the signing subkey.
```{figure} mermaid/09-sigtree.png
```{figure} img/mermaid/09-sigtree.png
:name: fig-signature-verification-signature-tree
:alt: Depicts a diagrammatic representation of a certificate and a data signature. Arrows between the primary key and other components of the certificate show, how signatures bind the certificate together. In this example, they form a tree of signatures, which all need to be verified in order for the data signature to be valid.