---
title: "Reissue active certificate"
method: POST
path: "/v2/certificates/{certificateId}/reissue"
tags: ["v2"]
---

# Reissue active certificate

`POST /v2/certificates/{certificateId}/reissue`

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.

## Path parameters

- `certificateId` string, required

## Request body

- CertificateReissueV2
  - `csr` string — Certificate Signing Request.
  - `revokeExistingCertificate` boolean — Whether to revoke existing certificate upon issuance of new certificate
  - `delayExistingRevoke` integer — In hours, time to delay revoking existing certificate after issuance of new certificate. If revokeExistingCertOnIssuance is enabled, this value will be ignored
  - `forceDomainRevetting` string[] — 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 `202`

Reissue request created

## Other responses

- `400` — Request was malformed
- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `404` — Certificate id not found
- `409` — Certificate state does not allow reissue
- `422` — `csr` is invalid<br>Delay revocation exceeds maximum
- `500` — Internal server error

---

[API](https://skmtc.net/godaddy/apis/untitled-api-2.md) · [All operations](https://skmtc.net/godaddy/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/godaddy/untitled-api-2/revisions/100b3aa2d7ee/schema)
