Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 527 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 527 Bytes

tpm2-emulator

Provides the TPM 2.0 tool software stack with the command line tools and the TPM 2.0 emulator.

Running the emulator

tpm_server &

If you want to start with a fresh state run it with -rm as an option.

Before any TPM command will work you must send it a startup command, with a real TPM it is apparently the job of the BIOS to do this.

tpm2_startup --clear

Docker container availability

docker pull starlabio/tpm2-emulator
docker run -it starlabio/tpm2-emulator