Skip to content

tlsCertificateRequest

No description available in the specification.

FieldTypeRequiredDescription
skutlsCertificateProductyesregfish TLS certificate product identifier. (RapidSSL, RapidSSLWildcard, QuickSSLPremium, SSL123, TrueBusinessID, SecureSite, SSLWebServer)
common_namefqdn_relaxedyesFully Qualified Domain Name.
dns_namesfqdn_relaxed[]noAdditional SAN host names. Whether a product accepts SAN hosts at all, whether they may be wildcards, and how many are allowed depends on the chosen sku; a product limit is rejected with TLSCertificateProductLimit (16009). The names must also be covered by the CSR, or the order is rejected with TLSCertificateCSRNameMismatch (16010).
csrcsryesPEM encoded certificate signing request (CSR).
dcv_methodtlsCertificateDcvMethodyes(dns-cname-token, email)
dcv_emailsstring[]no-
org_idtlsOrganizationIdnoPublic TLS organization ID
renewal_of_certificate_idtlsCertificateIdnoPublic TLS certificate ID
validity_daysintegernoPurchased base order validity in days. For renewal orders this value is not reduced by any expected remaining-validity bonus from the previous certificate. If the provider credits remaining validity, the issued certificate may end up with a longer effective lifetime than this value.
{
"sku": "RapidSSL",
"common_name": "www.example.com",
"dns_names": [
"www.example.com"
],
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC...\n-----END CERTIFICATE REQUEST-----",
"dcv_method": "dns-cname-token",
"dcv_emails": [
"string"
],
"org_id": "hdl_7K9QW3M2ZT8HJ",
"renewal_of_certificate_id": "7K9QW3M2ZT8HJ",
"validity_days": 199
}