esx attestation certificate: get
Return the certificate.
Returns the certificate that is used to sign attestation reports.
Request:
HTTP request
GET https://{server}/api/esx/attestation/certificate
Response:
HTTP Status Code: 200
Response Body Structure:
{
"certificate" : "string"
}
"certificate" : "string"
}
Headers:
NoneType:
| Name | Type | Description |
|---|---|---|
| bold = required | ||
| - | info | The certificate information. |
| -.certificate | string | The attestation report signing certificate in PEM format. |
Errors:
| HTTP Status Code | Type | Description |
|---|---|---|
| 500 | error | if there is a generic error. |
| 401 | unauthenticated | if the caller is not authenticated. |
| 403 | unauthorized | if the caller is not authorized. |