Certificate resource instances.NOTE: The temporary BIOS HTTP URI will not respond while the system is restarting.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Boot/Certificates' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#CertificateCollection.CertificateCollection",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Boot/Certificates",
"@odata.type": "#CertificateCollection.CertificateCollection",
"Description": "A Collection of BIOS HTTP Boot Certificate resource instances.",
"Members": [],
"Members@odata.count": 0,
"Name": "Certificate Collection"
}