SSL Management
Contents |
Modifications via the interface
Certificate information
You can have access to information regarding any SSL certificate you own, such as the CSR used, the Certificate itself, the private key, the Certificate Authority, and the PEM.
To access these information in the interface, section 'SSL certificates' >> 'Certificates management', then for this domain name in the scrolling menu 'Get certificate info'
Revoke certificate
You can revoke your certificate at any given moment from the interface, section 'SSL certificates' >> 'Certificates management', then for this domain name in the scrolling menu 'Revoke certificate', be careful however, since the revocation is a definitive operation.
Autorenew feature
The option of automatically renewing a SSL certificate can be activated from the Interface, section 'SSL certificates' >> 'Certificates management', then for this domain name in the scrolling menu 'Autorenewal feature', enabling it will trigger the auto-renewal of this service 7 days before its expiration date.
Reissuing
A SSL certificate can be reissued from the Interface, section 'SSL certificates' >> 'Certificates management', then for this domain name in the scrolling menu 'Reissue certificate' you will then have to provide a CSR, your own or one that NETIM will generate for you.
Modifications via API
With API, the different modifications can be requested with the functions SslInfo, SslRenew, SslReIssue, SslRevoke.
The function requires the following parameters:
Format | Variable | Description | Notes |
---|---|---|---|
string (32) | IDSession | ID of the Session | |
string | IDSSL | SSL certificate ID | SSL-XXXX-XX |
StructCSR | CSRInfo | Object containing informations about the CSR | |
string | validation | Validation method of the CSR (either by email or file) | example:
"file" "email:admin@yourdomain.com" "email:postmaster@yourdomain.com,webmaster@yourdomain.com" |
Query
SSL object
The query of a SSL service allows to retrieve the information of the object
The Reseller must use the function SslInfo