1MAKE TPM AIK(8) MAKE TPM AIK(8)
2
3
4
6 tpm_mkaik - make a TPM Attestation Identity Key
7
9 tpm_mkaik [-zuhv] BLOB-FILE PUBKEY-FILE
10
12 The program generates a TPM Attestation Identity Key and stores it in
13 the file BLOB-FILE. The public key is stored in the file PUBKEY-FILE.
14 The public key is DER encoded.
15
16 -z Use the well known secret used as the owner secret.
17
18 -u Use TSS UNICODE encoding for passwords.
19
20 -h Display command usage info.
21
22 -v Display command version info.
23
25 Sometimes, when tpm_mkaik is invoked without the -z option, no password
26 prompt appears. As a work around, use tpm_changeownerauth to set the
27 secret to the well known one, generate the key, and then use
28 tpm_changeownerauth to set the secret to its original value.
29
31 tpm_quote_tools(8), tpm_changeownerauth(8)
32
33
34
35 Oct 2010 MAKE TPM AIK(8)