The “Host TPM Attestation Alarm” is a very complex and detailed topic if you get into the nitty-gritty, however, fixing this problem involves just2simple checks. Do note that there can be a large number of issues if you’re setting up this feature, such as hashing algorithms, managing ...
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...