1VERIFY TPM QUOTE(8) VERIFY TPM QUOTE(8)
2
3
4
6 tpm_verifyquote
7
9 tpm_verifyquote [-hv] PUBKEY-FILE HASH-FILE NONCE-FILE [QUOTE-FILE]
10
12 The program verifies the signature produced by a TPM quote in the file
13 QUOTE-FILE, or when absent, the quote read from standard input. The
14 file PUBKEY-FILE contains the public key used to validate the signa‐
15 ture. The file HASH-FILE contains the signed data generated using the
16 same key and Platform Configuration Registers used to generate the
17 quote. Critically, the signed data includes the PCR composite hash
18 used to validate that the PCRs contain their expected values. The file
19 NONCE-FILE contains the nonce used to generate the quote.
20
21 -h Display command usage info.
22
23 -v Display command version info.
24
26 tpm_quote_tools(8), tpm_mkaik(8), tpm_getpcrhash(8), tpm_getquote(8)
27
28
29
30 Oct 2010 VERIFY TPM QUOTE(8)