under construction
Usage: tpm_createkey [options]
-h, --help
Display command usage info.
-u, --uuid UUID
Set UUID of key. Default is randum number
-N, --noauth
Create key without auth secret
-a, --auth PASSWORD
Create key with auth secret, PASSWORD
-P, --popup\n");
Use TSS diaglog to set the authsecret, PASSWORD
-f, --force
Update the key
-S, --system
Use SYSTEM_PS
-U, --user
Use USER_PS
-B, --blob FILENAME
Use blob file
Usage: tpm_pcrread [options]
-h, --help
Display command usage info.
-p, --pcrindex NUMBER
PCR to read to. Default is none.
This option can be specified multiple times to choose more than one PCR.
-a, --all
Display all PCRs
-k, --kernel
Display PCR same as kernel format (/sys/class/misc/tpm0/device/pcrs)
-o, --output FILE
Filename to write quote result to. Default is STDOUT.
Usage: tpm_quote [options]
-h, --help
Display command usage info.
-u, --uuid UUID\n");
Set UUID of key
-n, --nonce NONCE
Set NONCE
-p, --pcr NUMBER
PCR to quote to. Default is none.
This option can be specified multiple times to choose more than one PCR.
-o, --output FILE
Filename to write quote result to. Default is STDOUT.
-N, --noauth
Use the key without auth secret
-a, --auth PASSWORD
Use key with auth secret, PASSWORD
-P, --popup
Use TSS diaglog to set the authsecret, PASSWORD
-S, --system
Use SYSTEM_PS
-U, --user
Use USER_PS
-B, --blob FILENAME
Use blob file
Usage: tpm_extend [options]
-h, --help
Display command usage info.
-f, --file FILE
Filename containing data to extend.
-t, --type EVENTTYPE
Set Event Type. default value is zero
Usage: tpm_unsealdata [options]
-h, --help
Display command usage info.
-i, --input FILE
Filename containing data to unseal.
-o, --output FILE
Filename to write unsealed data to. Default is STDOUT.