-
Notifications
You must be signed in to change notification settings - Fork 12
generateCSR
Victor Aleksejevs edited this page Aug 10, 2018
·
2 revisions
URL: /tools/csr/generate/
Request type: POST
The generateCSR method generaa tes valid CSR code from the submitted values (2048bits). Returns CSR code and CSR private key.
- csr_commonname - FQDN csr is generated for, can also be IP
- csr_organization - organization name
- csr_department - organization department
- csr_city - city
- csr_state - state
- csr_country - country in ISO format
- csr_email - email address
If no errors:
- csr_code - CSR code, needed for SSL generation
- csr_key - CSR private key, needed for SSL installation
- csr_commonname - FQDN csr is generated for
- csr_email
- csr_organization
- csr_date – CSR creation date
- 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"