Validate a domain using DNS TXT record
In this method, Akamai provides a challenge token that you use to set up a TXT record in your DNS configuration.
Use this method when:
- You have direct control over your DNS records.
- You want to validate an exact HOST, a WILDCARD, or a DOMAIN.
- You are using multiple CDNs and want to manage domain validation through multiple TXT records in your DNS.
Don't use this method when:
- You don’t have control over your DNS records.
- You don’t want to manually obtain a TXT token and add it to your DNS records for domain validation.
How to
To validate a domain using DNS TXT record, first submit your domain for validation in Domain Ownership Manager and then update your DNS configuration.
2. Update your DNS configuration
- View the domain details.
- In Domain validation details, navigate to the TXT record tab and copy the challenge token values for Name and Value.
- In your DNS provider:
- Add a new TXT record:
_akamai-{host|wildcard|domain}-challenge.domainName. Include thehost,wildcard, ordomainpart, depending on the validation scope of your domain.
For a domain calledexample.comand the DOMAIN validation scope, the record should be:_akamai-domain-challenge.example.com. - Add the challenge token you copied from the Domain Ownership Mmanager's UI. The format can be either
“token=1234….5678”or“1234….5678”.
- Add a new TXT record:
Check the domain status to monitor the validation progress. After it completes, your domain status changes to Validated.
Updated about 2 months ago
