update key chain graph

This commit is contained in:
fria 2025-10-27 06:48:55 -05:00 committed by GitHub
parent dd9094ba45
commit e17cc4dd2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]
```