Skip to content

getDomainAlternative

Eduards Gruberts edited this page Jan 15, 2021 · 4 revisions

# 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"
  }
}
Clone this wiki locally