NOTE: Replacing a Web certificate using the above URI is not supported. Use the ReplaceCertificate URI to upload a Web certificate: /redfish/v1/CertificateService/Actions/CertificateService.ReplaceCertificate
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//NetworkProtocol/HTTPS/Certificates' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}