esx attestation tpm2 ca certificates: info
The
info
structure contains information that describes a TPM CA certificate.Representation:
{
"cert_chain" : {
"certs" : [
"string",
"string"
]
}
}
"cert_chain" : {
"certs" : [
"string",
"string"
]
}
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
cert_chain | x509_cert_chain | The CA certificate chain. |
cert_chain.certs | string[] | A list of certificates each in PEM format. Certificates must be ordered from the root first. |