4 getDomainAlternative
Eduards Gruberts edited this page 2021-01-15 09:14:31 +02:00
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.

# This API method is deprecated

URL: /tools/domain/alternative/
Request type: POST

Overview

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

Request parameters

  • csr CSR code for which the validation information must be provided.

Response

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"
  }
}