SSL certificate Creation
From NETIM
Order via our website
A Reseller can order a SSL service directly through our website by logging in with his account or identifying himself during the order phase.
Order via the Interface
A SSL certificate can be issued from the Interface, section 'Reseller' >> 'API SSL' >> 'sslCreate' : Use.
Order via API
With API, the creation can be requested with the function SslCreate.
The function requires the following parameters:
Format | Variable | Description | Notes |
---|---|---|---|
string (32) | IDSession | ID of the Session | |
string (20) | prod | Certificate type | |
int | duration | period of validity | in years |
StructCSR | CSRInfo | Object containing informations about the CSR | |
string | validation | Validation method of the CSR (either by email or file) | examples :
"file" "email:admin@yourdomain.com" "email:postmaster@yourdomain.com,webmaster@yourdomain.com" |