mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-03-11 08:54:41 +00:00
update key chain graph
This commit is contained in:
parent
dd9094ba45
commit
e17cc4dd2d
1 changed files with 3 additions and 3 deletions
|
|
@ -67,8 +67,8 @@ It uses key chaining, with the keys verifying the keys further down the chain.
|
|||
|
||||
``` mermaid
|
||||
graph LR
|
||||
A[Platform Key] --> B[Key Exchange Key];
|
||||
B --> C[Signature Database];
|
||||
B --> D[Revoked Signature Database];
|
||||
A[Platform Key] -Sign-> B[Key Exchange Key];
|
||||
B -Sign-> C[Signature Database];
|
||||
B -Sign-> D[Revoked Signature Database];
|
||||
E[Secure Firmware Update Key]
|
||||
```
|
||||
Loading…
Reference in a new issue