Récupération des données d’un certificat à partir de son Handle.
| Paramètres entrants | Description | Type | Expression régulière | Obligatoire |
| handle | Le Handle du certificat à récupérer | string | Oui |
| Paramètres sortants | Description | Valeurs possibles |
| handle | Le Handle du certificat | |
| status | Le Statut du certificat | PENDING REGISTERED DELETED |
| product | Le produit du certificat | AlphaSSL DomainSSL WildcardSSL OrganizationSSL BusinessSSL |
| commonName | Le Common Name du certificat | |
| CSR | Le CSR du certificat demandé avec toutes ses données décodées | |
| period | La durée de validité du certificat | 1 2 3 |
| validationMethod | La méthode de validation du certificat | DNS |
| SHA | L’algorithme d’encryption du certificat | SHA 1 SHA 2 |
| adminContact | Le contact administratif du certificat avec toutes ses informations | |
| billingContact | Le contact facturation du certificat avec toutes ses informations | |
| contact1 | Le premier contact du certificat avec toutes ses informations | |
| contact2 | Le second contact du certificat avec toutes ses informations | |
| organization | Le contact organization du certificat avec toutes ses informations | |
| requestor | Le contact demandeur du certificat avec toutes ses informations | |
| approver | Le contact approuveur du certificat avec toutes ses informations | |
| authorizedSigner | Le contact signataire du certificat avec toutes ses informations | |
| jurisdiction | Les informations juridiques du certificat | |
| certificate | Le certificat | |
| regDate | La date d’enregistrement du certificat | |
| expDate | La date d’expiration du certificat | |
| isRevoked | Le certificat est-il révoqué ? | True False |
| revocationDate | La date de révocation du certificat |
Code Erreurs
| Code d’erreur | Paramètre | Message | Valeur | Commentaire |
| 723 | You’re not Reseller of the SSL certificate or the handle doesn’t exist | Le Handle n’existe pas ou vous n’êtes pas le revendeur de ce certificat |
Commande
| <api> […] <command> <ssl_info> <handle>…</handle> </ssl_info> </command> </api> |
Réponse à la commande
| <?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> |