-
Notifications
You must be signed in to change notification settings - Fork 12
reissueSSLOrder
Eduards Gruberts edited this page Nov 13, 2021
·
4 revisions
URL: /orders/ssl/reissue/<order_id>
Request type: POST
The reissueSSLOrder method reissues your SSL certificate. Most common reasons to reissue SSL:
- Lost Private Key, resubmit new CSR
- Change common name for your order (Comodo ONLY)
- Add/Change SAN items for Multi-Domain SSL certificate
- order_id - your order ID returned in 🔗addSSLOrder method
- csr - CSR code for SSL certificate
- approver_email - approver email, can be taken from 🔗getDomainEmail methods
- approver_emails - A comma separated list of domain control validation e-mail addresses. One and only one e-mail must be provided for each additional domain. DCV e-mail address for the primary domain must not be included to the list.
- webserver_type - webserver type, can be taken from 🔗getWebservers method.
- dns_names – Required for SAN/UCC/Multi-Domain SSL. A comma separated list of additional domain names. The list must not contain the primary domain.
- dcv_method – Domain Control Validation method (email, http, https, dns).
- signature_hash – hashing algorythm ('SHA2').
- unique_code - is the random value used during DCV process. Only numbers and alphabetic characters are allowed. The length of the string is from 15 to 20 characters. We will generate own random value if no values provided. At present Sectigo and GOGETSSL products support that feature. For Digicert we generate values on our side. Please check Products (custom_dcv_random_value 1/0) to understand which products do support custom random values.
If no errors in request following parameters will be returned:
- order_id - unique order ID
- order_status - order status (reissue)
- validation – Contains validation information in case of http and DNS DCV methods
- success - success code (true)
GOGETSSL API WIKI
- "auth"
- "addSSLOrder"
- "addSSLRenewOrder"
- "addSSLSANOrder"
- "cancelSSLOrder"
- "changeValidationEmail"
- "changeValidationMethod"
- "decodeCSR"
- "validateCSR"
- "getOrderStatus"
- "getOrderInvoice"
- "getUnpaidOrders"
- "getAccountBalance"
- "getAllInvoices"
- "getAllProducts"
- "getAllProductPrices"
- "getAllSSLOrders"
- "getDomainAlternative"
- "getDomainEmails"
- "getDomainEmailsForGeotrust"
- "getProductDetails"
- "getProductPrice"
- "getUserAgreement"
- "getWebservers"
- "generateCSR"
- "reissueSSLOrder"
- "revalidate"
- "resendValidationEmail"
- "CreateNewLEI"
- "getLEIJurisdictions"
- "getLeiStatus"
- "ConfirmLEIDataQuality"
- "getAllSSLOrders"
- "leiLookup"