ssl_info

Retrieving certificate data from its Handle.

Inputs Description Type Regular expression Mandatory
handle Handle of the certificate to be retrieved string Yes

 

Outputs Description Possible values
handle Handle of the certificate
status Status of the certificate PENDING
REGISTERED
DELETED
product Product of the certificate AlphaSSL
DomainSSL
WildcardSSL
OrganizationSSL
BusinessSSL
commonName Common Name of the certificate
CSR CSR of the requested certificate with all its decoded data
period Period of validity of the certificate 1
2
3
validationMethod Certificate Validation Method DNS
EMAIL
SHA Certificate encryption algorithm SHA 1
SHA 2
adminContact Administrative contact of the certificate with all its information
billingContact Billing contact of the certificate with all its information
contact1 First contact of the certificate with all its information
contact2 Second contact of the certificate with all its information
organization Organization contact of the certificate with all its information
requestor Requestor contact of the certificate with all its information
approver Approver contact of the certificate with all its information
authorizedSigner Signing contact of the certificate with all its information
jurisdiction The legal information of the certificate
certificate The certificate
regDate La date d’enregistrement du certificat
expDate Registration date of the certificate
isRevoked Is the certificate revoked? True
False
revocationDate Revocation date of certificate

 

Error code

Error code Parameter Message Value comment
723 You’re not Reseller of the SSL certificate or the handle doesn’t exist Handle does not exist or you are not the reseller of this certificate

 

Command

<api>
[…]
<command>
<ssl_info>
<handle>…</handle>
</ssl_info>
</command>
</api>

Response

<?xml version="1.0" encoding="utf-8"?>
<api>
<response>
<trID>…</trID>
<result code="…">
<msg>…</msg>
</result>
</response>
<resData>
<ssl_info>
<commonName>…</commonName>
<certificate>…</certificate>
</ssl_info>
</resData>
</api>