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