Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tpm_createek(8) [centos man page]

tpm_createek(8) 					      System Manager's Manual						   tpm_createek(8)

							  TPM Management - tpm_createek

NAME
tpm_createek - create an Endorsement Key Pair on the TPM SYNOPSIS
tpm_createek [OPTION] DESCRIPTION
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. OPTIONS VALID ONLY FOR TPM VERSION 1.2 -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. SEE ALSO
tpm_version(1), tpm_getpubek(8), tcsd(8) REPORTING BUGS
Report bugs to <trousers-users@lists.sourceforge.net> TPM Management 2005-05-05 tpm_createek(8)

Check Out this Related Man Page

tpm_takeownership(8)					      System Manager's Manual					      tpm_takeownership(8)

							TPM Management - tpm_takeownership

NAME
tpm_takeownership - setup an owner on the TPM SYNOPSIS
tpm_takeownership [OPTION] DESCRIPTION
tpm_takeownership setup an owner on the system's TPM (via the TPM_TakeOwnership API). This operation requires the TPM to be enabled and can be restricted by tpm_setownable. The command will prompt for owner and SRK passwords and confirmations of these if executed without either of the -well-known options, otherwise, a secret of all zeros is set for the requested password. After the second confirmation, be patient as the command may take awhile. -h, --help Display command usage info. -v, --version Display command version info. -l, --log [none|error|info|debug] Set logging level. -u, --unicode Use TSS UNICODE encoding for passwords to comply with applications using TSS popup boxes -y, --owner-well-known Set a secret of all zeros (20 bytes of zeros) as the owner's secret. -z, --srk-well-known Set a secret of all zeros (20 bytes of zeros) as the SRK secret. SEE ALSO
tpm_version(1), tpm_setownable(8), tpm_setenable(8), tcsd(8) REPORTING BUGS
Report bugs to <trousers-users@lists.sourceforge.net> TPM Management 2005-05-06 tpm_takeownership(8)
Man Page