tlsCertificateRequest
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
sku | tlsCertificateProduct | yes | regfish TLS certificate product identifier. (RapidSSL, RapidSSLWildcard, QuickSSLPremium, SSL123, TrueBusinessID, SecureSite, SSLWebServer) |
common_name | fqdn_relaxed | yes | Fully Qualified Domain Name. |
dns_names | fqdn_relaxed[] | no | Additional 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). |
csr | csr | yes | PEM encoded certificate signing request (CSR). |
dcv_method | tlsCertificateDcvMethod | yes | (dns-cname-token, email) |
dcv_emails | string[] | no | - |
org_id | tlsOrganizationId | no | Public TLS organization ID |
renewal_of_certificate_id | tlsCertificateId | no | Public TLS certificate ID |
validity_days | integer | no | Purchased 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. |
Example
Section titled “Example”{ "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}