-
Notifications
You must be signed in to change notification settings - Fork 12
decodeCSR
Victor Aleksejevs edited this page Aug 10, 2018
·
2 revisions
URL: /tools/csr/decode/
Request type: POST
The decodeCSR method validates submitted CSR code. Returns parsed data in the array.
- csr - CSR code, length till 4000 symbols
If no errors:
- csrResult - array of decoded CSR data
- CN - FQDN csr is generated for
- C - country ISO format
- OU - department
- O - organization
- L - state
- S - city
- Email - email address
- dnsName(s) – additional SAN items
- Key Size – encryption key length
- md5 – md5 hash
- sha1 – sha1 hash
- success - success value (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"