logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

simple-tpm-pk11 - Simple PKCS11 provider for TPM chips

Author

Simple-TPM-PK11 was written By Thomas Habets <habets@google.com> / <thomas@habets.se>. git clone https://github.com/ThomasHabets/simple-tpm-pk11.git simple-tpm-pk11 1th December, 2013 simple-tpm-pk11(7)

Bugs

The password is read from stdin without turning off echo. It should be read from the terminal without echo.

Configuration File

Configuration options are of the key/value variety, with comments lines starting with "#". key keyfile Full path to key file, or relative to ~/.simple-tpm-pk11. This the only required configuration option. debug Enable debug level logging. srk_pin PIN Set SRK PIN. Default is the Well Known Secret (20 nulls). key_pin PIN Set key PIN. log logfile Full path to log file, or relative to ~/.simple-tpm-pk11.

Description

simple-tpm-pk11 Is a PKCS11 provider for TPM chips. Its primary purpose is to protect SSH client keys so that they can’t be copied or stolen if the machine they’re on gets compromised.

Diagnostics

Most errors will probably be related to interacting with the TPM chip. Resetting the TPM chip and taking ownership should take care of most of them. See the TPM-TROUBLESHOOTING section.

Examples

# Load key from ~/.simple-tpm-pk11/my.key. key my.key # Load key from /keys/foo/my.key, and the empty string as SRK PIN. key /keys/foo/my.key srk_pin

Name

simple-tpm-pk11 - Simple PKCS11 provider for TPM chips

Options

Since PKCS11 modules are .so files loaded by other binaries, they don’t take command line options. Instead simple-tpm-pk11 options can be set up environment variables. SIMPLE_TPM_PK11_DEBUG If set, enables debug level logging. SIMPLE_TPM_PK11_CONFIG=/path/to/config Override default config location. Default is ~/.simple-tpm-pk11/config.SIMPLE_TPM_PK11_LOG_STDERR If set, copies all log output to STDERR.

See Also

stpm-keygen(1), stpm-sign(1)

Tpm-Troubleshooting

TODO.

See Also