NOTE: Only a single instance of generated CSR is allowed to be signed and uploaded into iDRAC.
If multiple certifcates are generated then ensure that the latest WEB SSL certificate is signed and uploaded to iDRAC.
NOTE: If generate CSR operation takes longer than 30 seconds, a 503 Service Unavailable status is returned. Ensure that you wait for some time before beginning the CSR download operation.
Following parameters are supported for GenerateCSR action:
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/CertificateService/Actions/CertificateService.GenerateCSR' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"AlternativeNames": [],
"CertificateCollection": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/RemoteSystemLogs/HTTPS/Certificates"
},
"City": "Bang",
"CommonName": "C",
"Country": "IN",
"Organization": "Dell",
"OrganizationalUnit": "I",
"State": "Kar"
}'{}