Page:
reissueSSLOrder
Pages
API Methods
API Navigation
Auth
Automatic rules
Comodo Unique Value
ConfirmLEIDataQuality
CreateNewLEI
Home
Order Auto Cancellation
Resend
Revalidate
addSSLOrder
addSSLRenewOrder
addSSLSANOrder
cancelSSLOrder
changeValidationEmail
changeValidationMethod
decodeCSR
generateCSR
getAccountBalance
getAllInvoices
getAllProductPrices
getAllProducts
getAllSSLOrders
getDomainAlternative
getDomainEmails
getDomainEmailsForGeotrust
getLEIJurisdictions
getLJurisdictions
getLeiStatus
getOrderInvoice
getOrderStatus
getOrdersStatus
getProductDetails
getProductPrice
getUnpaidOrders
getUserAgreement
getWebServers
leiLookup
reissueSSLOrder
resendValidationEmail
Table of Contents
This file contains ambiguous Unicode characters!
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
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
Request parameters
- 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.
Response
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)
API Navigation
API Methods
- "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"
API Features
Other
Postman Collection
GOGETSSL API WIKI