-
Notifications
You must be signed in to change notification settings - Fork 12
getDomainAlternative
Eduards Gruberts edited this page Jan 15, 2021
·
4 revisions
URL: /tools/domain/alternative/
Request type: POST
This API method provides validation information for alternative DCV methods. This endpoint can only be used for ssl certificates of the GoGetSSL and Sectigo brands. Current method does not provide 🔗Unique Value
- csr – CSR code for which the validation information must be provided.
In case of successful execution the following information must be returned: HTTP:
{
"http": {
"link": "http:\/\/domain.tld\/.well-known\/pki-validation\/37D0C93EE263FF9EEEA799215A9C3225.txt",
"filename": "37D0C93EE263FF9EEEA799215A9C3225.txt",
"content": "D30C576BF9EB30A75211CB799848EE5CABFCE3D8EE13212A57C9B7E42EF9BAA2\r\nCOMODOCA.COM"
}
}
HTTPS:
{
"https": {
"link": "http:\/\/domain.tld\/.well-known\/pki-validation\/37D0C93EE263FF9EEEA799215A9C3225.txt",
"filename": "37D0C93EE263FF9EEEA799215A9C3225.txt",
"content": "D30C576BF9EB30A75211CB799848EE5CABFCE3D8EE13212A57C9B7E42EF9BAA2\r\nCOMODOCA.COM"
}
}
DNS:
{
"dns": {
"record": "_37D0C93EE263FF9EEEA799215A9C3225.domain.tld CNAME
d30c576bf9eb30a75211cb799848ee5c.abfce3d8ee13212a57c9b7e42ef9baa2.comodoca.com"
}
}
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"