For TPM-equipped devices, TigerTrust gates issuance on hardware-rooted proof of firmware state, secure boot, manufacturer identity, and key residence. Certificates only sign when all four check out.
At ten devices you hand-configure. At ten thousand, one leaked API key means a fleet-wide rotation. At ten million, someone forgets. PKI is the only credential system that works at that scale — if the issuance is defensible.
Devices enrol from factory-installed IDevID; TigerTrust rotates them to short-lived LDevIDs on your schedule. Ship a million gateways — none require manual keying.

Each certificate request ships a fresh TPM2_Quote over selected PCRs bound to a challenge nonce. The verifier compares to golden values and refuses to sign if state drifts.

TPM2_Certify signs the signing key with the AK. The verifier recomputes the TPM2 Name from the TPM2B_PUBLIC and cross-checks the RSA modulus against the CSR — closing the CSR-swap gap.

Devices re-attest on your policy interval. If PCR values drift or attestation goes stale, TigerTrust quarantines the device and revokes its certificate — CRL propagates within a minute.

The full attestation stack — from Credential Activation to runtime re-attestation — coordinated in one platform.
From production deployments
“We had one shot to build attestation into the line before the first million shipped. TigerTrust made TPM2_Quote verification a solved problem, not a research project.”
TPM vendors, Linux distributions, and orchestration tooling that TigerTrust integrates with out of the box.
The attestation engine that powers TPM-gated issuance.
PCR values, Credential Activation, and TPM2_Certify explained.
Provisioning, rotation, and revocation for connected fleets.
ECU identity, OTA signing, and V2X SCMS at fleet scale.