mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
Rename node
This commit is contained in:
parent
0d47939501
commit
fae5a5de50
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
```{mermaid}
|
```{mermaid}
|
||||||
|
|
||||||
%%{ init: { 'flowchart': { 'curve': '' } } }%%
|
%%{ init: { 'flowchart': { 'curve': '' } } }%%
|
||||||
flowchart LR
|
flowchart LR
|
||||||
signature(OpenPGP Signature)
|
signature(OpenPGP Signature)
|
||||||
3rdcert(Third-Party Certification)
|
3rdcert(Third-Party Certification)
|
||||||
data(Data Signature)
|
data(Data Signature)
|
||||||
selfcert(Self Certification)
|
selfcert(Self-Signature)
|
||||||
certification(Certification)
|
certification("Third-Party Certification
|
||||||
|
--------------------------------
|
||||||
|
Self-Certification")
|
||||||
|
|
||||||
signature --> data & selfcert & 3rdcert & confsig & standalone & timestamp
|
signature --> data & selfcert & 3rdcert & confsig & standalone & timestamp
|
||||||
data --> binary & text
|
data --> binary & text
|
||||||
|
|
Loading…
Reference in a new issue