InVMwareor more particularly,vSphere, you might encounter an error reading “Host TPM Attestation Alarm“. If you just set up a new TPM 2.0 chip in your host system, it can be confusing as to why you’re seeing this message. In this guide, we’ll discuss what Host Attestation means and...
I am providing a sample code that I have written, query := types.QueryTpmAttestationReport{This: host.Reference()} attestationReport, err := methods.QueryTpmAttestationReport(ctx, vmwareClient.RoundTripper, &query) tpmPCRValues := tpmAtt...
To understand vTA we need to look back at vSphere 6.7, which introduced support for Trusted Platform Module (TPM) 2.0 and the host attestation process. A TPM is an inexpensive component ($20 to $40 US) that can be installed inside servers manufactured in the last 10 years or so. They’...