Skip to content

tlsCertificateReissueRequest

No description available in the specification.

FieldTypeRequiredDescription
csrcsryesPEM encoded certificate signing request (CSR).
common_namefqdn_relaxednoFully Qualified Domain Name.
dns_namesfqdn_relaxed[]noOptional. If provided, the SAN list must match the current order exactly.
dcv_methodtlsCertificateDcvMethodyes(dns-cname-token, email)
commentsstringnoOptional provider comment stored with the reissue request.
validity_daysintegernoOptional requested certificate lifetime in days for the replacement certificate. The CA only honors this for eligible multi-year plan orders and never beyond the remaining order contract.
{
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC...\n-----END CERTIFICATE REQUEST-----",
"common_name": "www.example.com",
"dns_names": [
"www.example.com"
],
"dcv_method": "dns-cname-token",
"comments": "string",
"validity_days": 0
}