Renew a Certificate

Staging zone certificates require renewal.

Use the CDN Zones API for certificate rotation. See, CDN Zones API.
  1. Obtain a new certificate via your CA of choice.
  2. Use the CDN Zones API with these methods. See getZonesInfo.
  3. To retrieve the staging zone ID, use the GET /zones/info endpoint. See getZonesInfo.
  4. To get the ID of the certificate that you’re rotating, use the GET/zones/{zoneId}/certificates See getCertificates.
  5. Use the PATCH /zones/{zoneid}/certificates/{certificateId} endpoint for each custom host name to which the certificate is installed. See updateCertificate