ssl_renew

Renouvellement de certificat SSL.

Paramètres entrants Description Type Expression régulière Obligatoire
handle Le Handle du certificat à renouveler string Oui
CSR Le CSR du certificat à renouveler string Non
period La période pour laquelle renouveler le certificat 1
2
3
Oui
validationMethod La méthode de validation du certificat à renouveler E-mail
DNS
Non
SHA L’algorithme d’encryption du certificat à renouveler SHA1
SHA2
Non
contact type= »contact1″ Le handle du 1er contact string Non
contact type= »contact2″ Le handle du 2ème contact string Non
contact type= »organization » Le handle du contact Organisation string Non
contact type= »requestor » Le handle du contact Demandeur string Non
contact type= »approvedSigner » Le handle du contact Signataire Approuvé string Non
organizationCategory Le type d’organisation PO
GE
BE
PO: Private Organization
GE: Government Entity
BE: Business Entity
Non
requestorOrganizationUnit Le service du contact Demandeur au sein de l’organisation string Non
requestorFunction La fonction du contact Demandeur au sein de l’organisation string Non
authorizedSignerFunction La fonction du contact Signataire au sein de l’organisation string Non

 

Paramètres sortants Description Valeurs possibles
status Etat de la commande PENDING

 

Code Erreurs

Code d’erreur Paramètre Message Valeur Commentaire
706 Unexpected error Error:… Erreur inattendue. Merci de contacter Namebay pour plus de précisions.
723 You’re not Reseller of the SSL certificate or the handle doesn’t exist You’re not Reseller of the SSL certificate or the handle doesn’t exist Le certificat choisi ne vous appartient pas ou le handle n’existe pas.
724 The handle doesn’t point to an SSL certificate The handle doesn’t point to an SSL certificate Le handle que vous avez saisi n’est pas celui d’un certificat SSL.
726 It’s either too early or too late to renew this SSL certificate It’s either too early or too late to renew this SSL certificate Le certificat choisi n’est pas renouvelable actuellement.

 

Commande

<api>
 […]
 <command>
  <ssl_order>
   <handle>…</handle>
   <CSR>…</CSR>
   <period>…</period>
   <validationMethod>…</validationMethod>
   <SHA>…</SHA>
   <contact type="contact1">…</contact>
   <contact type="contact2">…</contact>
   <contact type="organization">…</contact>
   <contact type="requestor">…</contact>
   <contact type="approver">…</contact>
   <contact type="approvedSigner">…</contact>
   <organizationCategory>…</organizationCategory>
   <requestorOrganizationUnit>…</requestorOrganizationUnit>
   <requestorFunction>…</requestorFunction>
   <authorizedSignerFunction>…</authorizedSignerFunction>
  </ssl_order>
 </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_orderData>
   <status>…</status>
  </ssl_orderData>
 </resData>
</api>