The Certificate schema describes a certificate that proves the identity of a component, account, or service.
Request
Add parameter in header X-Auth-Token
Example:X-Auth-Token: ********************
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
or
Responses
The response contains a representation of the Certificate resource
curl --location '/redfish/v1/Chassis//Certificates/' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
Modified at 2026-03-04 06:02:25