Fix link in TPM docs.

pull/396/head
David Garske 2023-12-05 15:14:51 -08:00
parent e73fcf3e20
commit cd9370bd95
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ The wolfBoot image is hashed and extended to the indicated PCR. This can be used
## Sealing and Unsealing a secret
See the wolfTPM Sealing/Unsealing example [here](https://github.com/wolfSSL/wolfTPM/tree/secret_seal/examples/boot#secure-boot-encryption-key-storage)
See the wolfTPM Sealing/Unsealing example [here](https://github.com/wolfSSL/wolfTPM/tree/master/examples/boot#secure-boot-encryption-key-storage)
Known PCR values must be signed to seal/unseal a secret. The signature for the authorization policy resides in the signed header using the `--policy` argument.
If a signed policy is not in the header then a value cannot be sealed. Instead the PCR(s) values and a PCR policy digest will be printed to sign. You can use `./tools/keytools/sign` or `./tools/tpm/policy_sign` to sign the policy externally.