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 | — |
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}