v1

latestSwagger 2.02026-07-132946124.7 KB
v2

Reissue active certificate

Rekeying is the process by which the private and public key is changed for a certificate. It is a simplified reissue,where only the CSR is changed. Reissue extends validity of the existing certificate by requesting a new certificate with all the same values as existing issued certificate. Once a request is validated and approved, the certificate will be reissued with the same common name and sans specified from existing certificate. Unlimited reissues are available during the lifetime of the certificate.If this API call is made before a previous pending reissue has been validated and issued, the previous reissue request is automatically rejected and replaced with the current request.

post/v2/certificates/{certificateId}/reissue

Path parameters

certificateIdstring required

Certificate id to reissue

Request body

csrstring

Certificate Signing Request.

revokeExistingCertificateboolean

Whether to revoke existing certificate upon issuance of new certificate

delayExistingRevokeinteger

In hours, time to delay revoking existing certificate after issuance of new certificate. If revokeExistingCertOnIssuance is enabled, this value will be ignored

forceDomainRevettingstring[]

Optional field. Domain verification will be required for each domain listed here. Specify a value of * to indicate that all domains associated with the request should have their domain information reverified.

Response

Reissue request created