Skip to content

tlsCertificateReissueRequest

No description available in the specification.

Field Type Required Description
csr csr yes PEM encoded certificate signing request (CSR).
common_name fqdn_relaxed no Fully Qualified Domain Name.
dns_names fqdn_relaxed[] no Optional. If provided, the SAN list must match the current order exactly.
dcv_method tlsCertificateDcvMethod yes (dns-cname-token, email)
comments string no Optional provider comment stored with the reissue request.
validity_days integer no Optional 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
}