Proof-of-concept implementation of the "Challenge/Response Remote Attestation" interaction model of the IETF RATS Reference Interaction Models for Remote Attestation Procedures using TPM 2.0.
BSD 3-Clause "New" or "Revised" License
27
stars
20
forks
source link
Dockerfile missing jinja2 dependency for mbed TLS #60
The jinja2 dependency is installed right before the TPM2 TSS. This seems to be the wrong place. It should rather be in the mbed TLS section of the Dockerfile.
docker/build.sh fails with ModuleNotFoundError: No module named 'jinja2' when building mbedtls