1GET TPM PCR HASH(8) GET TPM PCR HASH(8)
2
3
4
6 tpm_getpcrhash - return the signed data produced by a TPM quote
7
9 tpm_getpcrhash [-r HOST] [-hv] UUID-FILE HASH-FILE PCR-VALUE-FILE PCRS
10
12 The program returns the signed data produced by a TPM quote in the file
13 HASH-FILE and the list of Platform Configuration Register values in the
14 file PCR-VALUE-FILE. PCRS is a sequence of integers that specify the
15 Platform Configuration Registers used to produce the signed data. The
16 key used for the operation is the one registered under the UUID in
17 UUID-FILE. The nonce used while quoting is unpredictable. The nonce
18 field in the signed data is ignored when using the signed data to ver‐
19 ify a quote.
20
21 -r HOST
22 Perform operation on remote HOST.
23
24 -h Display command usage info.
25
26 -v Display command version info.
27
29 tpm_quote_tools(8), tpm_loadkey(8), tpm_getquote(8), tpm_veri‐
30 fyquote(8), tpm_updateprchash(8)
31
32
33
34 Oct 2010 GET TPM PCR HASH(8)