mirror of
https://github.com/tpm2dev/tpm.dev.tutorials.git
synced 2024-12-22 01:42:09 +00:00
added TOC
This commit is contained in:
parent
067e320d44
commit
b0695e342c
1 changed files with 19 additions and 0 deletions
19
TXT/start.md
19
TXT/start.md
|
@ -2,6 +2,25 @@
|
||||||
|
|
||||||
This guide gives an overview of how to install tboot for DRTM - dynamic root of trust measurement.
|
This guide gives an overview of how to install tboot for DRTM - dynamic root of trust measurement.
|
||||||
|
|
||||||
|
- [Tboot and TXT Installation](#tboot-and-txt-installation)
|
||||||
|
* [Installation](#installation)
|
||||||
|
+ [Step 1 - Preliminaries](#step-1---preliminaries)
|
||||||
|
+ [Step 2 - Compiling tboot](#step-2---compiling-tboot)
|
||||||
|
+ [Step 3 - Grub](#step-3---grub)
|
||||||
|
+ [Step 4 - ACM](#step-4---acm)
|
||||||
|
+ [Step 5 - Reboot](#step-5---reboot)
|
||||||
|
+ [Step 6 - Testing](#step-6---testing)
|
||||||
|
* [Getting Help](#getting-help)
|
||||||
|
* [Tools](#tools)
|
||||||
|
+ [txt-stat](#txt-stat)
|
||||||
|
+ [txt-parse_err](#txt-parse-err)
|
||||||
|
+ [txt-acminfo](#txt-acminfo)
|
||||||
|
* [TPM Operations](#tpm-operations)
|
||||||
|
+ [PCR Read](#pcr-read)
|
||||||
|
+ [Quoting](#quoting)
|
||||||
|
+ [Sealing](#sealing)
|
||||||
|
* [Things Not Described](#things-not-described)
|
||||||
|
* [Anecdotes](#anecdotes)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue