POST – Renew
Use the POST method to generate a certificate signing request by using the existing information and key-pair of the certificate.
Request URL
POST https://<BMC_IPADDR>/redfish/v1/Managers/1/NetworkProtocol/HTTPS/Certificates/{id}/Actions/Certificate.Renew
Request body
None
Response body
Field | Type | Description |
---|---|---|
CSRString | String | The string for the certificate signing request. |
Certificate | Link | The link to the certificate being rekeyed. |
Status code
HTTP Status Code | Error Message ID |
---|---|
400 | BadRequest |
500 | InternalError |
Give documentation feedback