GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
tpm_createek(8) FreeBSD System Manager's Manual tpm_createek(8)

TPM Management - tpm_createek

tpm_createek - create an Endorsement Key Pair on the TPM

tpm_createek [OPTION]

tpm_createek creates and Endorsement Key Pair on the TPM (via the TPM_CreateEndorsementKeyPair API). This should rarely be required as the Endorsement Key is normally installed as part of manufacturing. However, you might need to run this command once if commands such as tpm_getpubek are returning error code 35 from the TPM layer.

-h, --help
Display command usage info.
-v, --version
Display command version info.
-l, --log [none|error|info|debug]
Set logging level.

-r, --revocable
Creates a revocable key pair instead of non-revocable one. Requires secret data (either -g -o or -i - see below).
-i, --infile [input file]
Specifies the file that contains the secret data used as revoke data do the new revocable EK pair. Only the first 20 bytes of this file are used and the remaining ones are ignored.
-g, --generate-secret
Generates a random 20 bytes value that is used as the EK pair revocable secret data. Requires -o (see below).
-o, --outfile [output file]
Specifies the file to write the generated revocable secret data to, for further use.

tpm_version(1), tpm_getpubek(8), tcsd(8)

Report bugs to <trousers-users@lists.sourceforge.net>
2005-05-05 TPM Management

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.