You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/tpm-startup-and-provisioning/index.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -551,3 +551,36 @@ From the TPM’s perspective, a “normal” provisioning flow looks roughly lik
551
551
-`TPM2_CreatePrimary(parent = 0x40000001)`.
552
552
- Use that key as a parent for children:
553
553
-`TPM2_Create`, `TPM2_Load`, etc.
554
+
555
+
## 5. A Concrete Example: Signing Data with a TPM
556
+
557
+
Everything above can feel abstract until you actually use a TPM for something real.
558
+
559
+
To make this concrete, I’ve put together a small sample project that walks through a complete, minimal TPM signing flow using [TSS](https://tpm2-tss.readthedocs.io/en/latest/index.html):
0 commit comments