When using the enrollments endpoint to renew a certificate from a GlobalSign CA, the request body must contain one of the following values.

  • properties.renewalOrderID
  • properties.renewalOrderId
  • properties.renewalSerialNumber

For example:

{
"csr": "...",
"includeCa": false,
"optionalCertificateRequestDetails": {
"subjectDn": "cn=grapefruitdesk.com,o=Test Company,c=CA",
"useSANFromCSR": false,
"validityPeriod": "P1Y0M0D"
},
"profileId": "profileA",
"requiredFormat": {
"format": "pem"
},
"properties": {
"renewalOrderID": "mssl-order-id"
}
}