Certificate resource instances.username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/RemoteSystemLogs/HTTPS/Certificates' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#CertificateCollection.CertificateCollection",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/RemoteSystemLogs/HTTPS/Certificates",
"@odata.type": "#CertificateCollection.CertificateCollection",
"Description": "A Collection of Secured Remote System Logs HTTPS Certificate resource instances.",
"Members": [],
"Members@odata.count": 0,
"Name": "Certificate Collection"
}