v1

latestOpenAPI 3.0.42026-07-137589157.3 KB
SSL certificate requests

Add a SSL certificate request

Executing this method causes the purchase of a paying product.

Log on to our website to see your current (renewal) prices or contact our Sales department.

Please note that promotional pricing does not apply for purchases made through our API.

post/sslcertificaterequests

Request body

csrstring

The certificate signing request data.

The certificate signing request subject should contain following attributes:

<table><tr><th>Name</th><th>Code</th><th>Format</th></tr><tr><td>CommonName</td><td>CN</td><td>Valid domain name, for example site.be, alias.site.be or *.site.be</td></tr><tr><td>Country</td><td>C</td><td>ISO 3166-1 alpha-2 country code</td></tr><tr><td>State</td><td>ST</td><td></td></tr><tr><td>Locality</td><td>L</td><td></td></tr><tr><td>Organization</td><td>O</td><td></td></tr><tr><td>EmailAddress</td><td>E</td><td>Valid email address</td></tr></table> The certificate signing request should also contain all the additional aliases and domains (SAN's) for the certificate.
certificate_type'standard' | 'multi_domain' | 'wildcard'

The type of the certificate:

<ul><li>Standard: Certificate for a single domain.</li><li>Multi domain: Certificate for multiple (sub)domains belonging to the same owner.</li><li>Wildcard: Certificate for all the subdomains.</li></ul>
validation_level'domain_validated' | 'organization_validated' | 'extended_validated'

The validation level of the certificate:

<ul><li>Domain validated: Basic check of the identity of the owner of the domain name.</li><li>Organization validated: Company details are verified and integrated in the certificate.</li><li>Extended validated: A thorough verification of your domain name and company details.</li></ul>

Response

Created