How to activate DNSSEC
Domain Name System Security Extensions (DNSSEC) provide an extra layer of security to verify the authenticity and integrity of an IP address response. Azion provides DNSSEC compatibility as long as your top-level domain (TLD) registry supports it and your zone is configured with DNSSEC-related resource records on Edge DNS.
Activate DNSSEC via API
DNSSEC activation is available via Azion API:
- Run the following
GET
request in your terminal, replacing [TOKEN VALUE] with your personal token to retrieve your<hosted_zone_id>
:
- You’ll receive a response similar to this:
- Copy the
<id>
value of the specific zone in which you want to activate DNSSEC. In this example, it’s1234
. - Run the following
PATCH
request in your terminal, replacing [TOKEN VALUE] with your personal token:
- You’ll receive a response similar to this:
Now, DNSSEC is active in the Edge DNS zone you specified.