Skip to content

Instantly share code, notes, and snippets.

@menghuiwu
menghuiwu / enrollment.sh
Created July 3, 2023 12:31 — forked from dnoliver/enrollment.sh
TPM 2.0 Device Identity Attestation Samples
#!/bin/bash
# Dependencies
# tpm2-tools-4.0.1-1.fc31.x86_64
# tpm2-tss-2.3.1-1.fc31.x86_64
# tpm2-tss-engine-master
set -euxo pipefail
export TPM2TOOLS_TCTI="device:/dev/tpmrm0"