mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-09 11:19:41 +02:00
initial public release
This commit is contained in:
parent
ecffecc2ce
commit
e913b907d7
129 changed files with 28453 additions and 0 deletions
23
book/assets/mermaid/09-sigtree.md
Normal file
23
book/assets/mermaid/09-sigtree.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
```{mermaid}
|
||||
flowchart TD
|
||||
subgraph Certificate
|
||||
pk["Primary Key"]
|
||||
uid["#quot;Alice #lt;alice@example.org#gt;#quot;"]
|
||||
sk["Signing Subkey"]
|
||||
|
||||
usig(["PositiveCertification
|
||||
PrimaryUserID: true"])
|
||||
dksig(["DirectKeySignature"])
|
||||
sksig(["SubkeyBindingSignature
|
||||
KeyFlags: Sign Data
|
||||
EmbeddedSignature: BackSignature"])
|
||||
pk --- usig --> uid
|
||||
dksig --> pk --- dksig
|
||||
pk --- sksig --> sk
|
||||
end
|
||||
|
||||
ds(["Data Signature"])
|
||||
data("Data")
|
||||
|
||||
sk --- ds --> data
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue