1GET TPM QUOTE(8) GET TPM QUOTE(8)
2
3
4
6 tpm_getquote - return the signature produced by a TPM quote
7
9 tpm_getquote [-r HOST] [-p PCR-VALUES-FILE] [-hv] UUID-FILE NONCE-FILE
10 QUOTE-FILE PCRS
11
13 The program returns the signature produced by a TPM quote in the file
14 QUOTE-FILE. PCRS is a sequence of integers that specify the Platform
15 Configuration Registers used to produce the signature. The key used
16 for the operation is the one registered under the UUID in UUID-FILE.
17 The nonce used is taken from the file NONCE-FILE.
18
19 -r HOST
20 Perform operation on remote HOST.
21
22 -p PCR-VALUE-FILE
23 Store the current list of PCR values in PCR-VALUE-FILE.
24
25 -h Display command usage info.
26
27 -v Display command version info.
28
30 tpm_quote_tools(8), tpm_loadkey(8), tpm_getpcrhash(8), tpm_veri‐
31 fyquote(8)
32
33
34
35 Oct 2010 GET TPM QUOTE(8)