mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
ch4: add alt text to figure
This commit is contained in:
parent
47867b32f4
commit
f080803555
1 changed files with 5 additions and 2 deletions
|
@ -86,8 +86,11 @@ In addition to the primary key, modern OpenPGP certificates can contain "subkeys
|
||||||
Subkeys have the same structure as the primary key, but play a subtly different role in the certificate. Subkeys are cryptographically linked with the primary key (more on this below).
|
Subkeys have the same structure as the primary key, but play a subtly different role in the certificate. Subkeys are cryptographically linked with the primary key (more on this below).
|
||||||
|
|
||||||
```{figure} diag/with_subkeys.png
|
```{figure} diag/with_subkeys.png
|
||||||
---
|
:name: Certificate with Subkeys
|
||||||
---
|
:alt: Three component keys. The primary key is shown at the top. It can be used for certification. Below it, linked with arrows, are two more component keys, used as subkeys. They are marked as "for encryption" and "for signing", respectively.
|
||||||
|
:width: 80%
|
||||||
|
:align: center
|
||||||
|
|
||||||
OpenPGP certificates can contain any number of subkeys
|
OpenPGP certificates can contain any number of subkeys
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue