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}
|
||||
|
||||
%%{ init: { 'flowchart': { 'curve': '' } } }%%
|
||||
flowchart LR
|
||||
signature(OpenPGP Signature)
|
||||
3rdcert(Third-Party Certification)
|
||||
data(Data Signature)
|
||||
selfcert(Self Certification)
|
||||
certification(Certification)
|
||||
selfcert(Self-Signature)
|
||||
certification("Third-Party Certification
|
||||
--------------------------------
|
||||
Self-Certification")
|
||||
|
||||
signature --> data & selfcert & 3rdcert & confsig & standalone & timestamp
|
||||
data --> binary & text
|
||||
|
|
Loading…
Reference in a new issue