Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
VERIFY TPM QUOTE(8)					   VERIFY TPM QUOTE(8)

NAME
       tpm_verifyquote - verify	the signature produced by a TPM	quote

SYNOPSIS
       tpm_verifyquote [-hv] PUBKEY-FILE HASH-FILE NONCE-FILE [QUOTE-FILE]

DESCRIPTION
       The  program verifies the signature produced by a TPM quote in the file
       QUOTE-FILE, or when absent, the quote read from	standard  input.   The
       file  PUBKEY-FILE  contains  the	public key used	to validate the	signa-
       ture.  The file HASH-FILE contains the signed data generated using  the
       same  key  and  Platform	 Configuration	Registers used to generate the
       quote.  Critically, the signed data includes  the  PCR  composite  hash
       used to validate	that the PCRs contain their expected values.  The file
       NONCE-FILE contains the nonce used to generate the quote.

       -h     Display command usage info.

       -v     Display command version info.

SEE ALSO
       tpm_quote_tools(8), tpm_mkaik(8), tpm_getpcrhash(8), tpm_getquote(8)

				   Oct 2010		   VERIFY TPM QUOTE(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tpm_verifyquote&sektion=8&manpath=FreeBSD+Ports+15.0>

home | help