Configuring (external) DNSSEC for your DNS Zone
What is DNSSEC?
DNSSEC adds cryptographic security to the Domain Name System to ensure that DNS responses are authentic and have not been altered in transit. It helps verify that users are being directed to the correct destination.
DNSSEC protects against:
- DNS spoofing
- Cache poisoning attacks
- Tampering with DNS responses
When DNSSEC is enabled, resolvers receive cryptographically verified DNS data that can be trusted as originating from the authoritative DNS zone.
How DNSSEC Works
DNSSEC uses digital signatures attached to DNS records. These signatures are validated through a chain of trust that starts at the DNS root and continues down to the domain.
Key components include:
- DNSKEY – public key of the zone
- DS record – delegation signer linking parent and child zones
- RRSIG – cryptographic signature for DNS data
Activate DNSSEC for your DNS Zone
If your domain is hosted with OpusDNS (OpusDNS Nameservers), DNSSEC configuration is included free of charge. However, it must be manually enabled, as it is disabled by default.
Where can i find it in the Domain settings?
Path: Left sidebar → Domains → All Domains → click on a domain → navigate to the DNS tab → choose DNSSEC in the sidebar
Direct URL: /domains/[DOMAIN]/dns/dnssec
Here you will see an overview of your DNSSEC status.
Step-by-Step Setup
- Navigate to the DNS panel and select DNSSEC
- Click on Configure DNSSEC
- Enable DNSSEC
- Click on Save DNSSEC
Where can i find it in the Zone settings?
Alternatively you can find the DNSSEC configuration here:
Path: Left sidebar → DNS Zones → All DNS Zones → click on a zone
Direct URL: /dns/[ZONE]
There is a dedicated DNSSEC status panel where you can enable DNSSEC.
Step-by-Step Setup
- Navigate to the DNSSEC panel
- Click on Enable DNSSEC
- Turn the DNSSEC Status on via Toggle
- Click on Enable DNSSEC

External Nameservers and DNSSEC
If you use external nameservers, DNSSEC support depends entirely on your provider. Not all DNS providers support DNSSEC or implement it in a compatible way.
Please verify DNSSEC support with your DNS provider before enabling it.
Where can i find it?
Path: Left sidebar → Domains → All Domains → click on a domain
Direct URL: /domains/[DOMAIN]
What can I see?
On the domain overview page, you will find:
- Domain details
- Nameserver panel
- Security settings
- Contact information
- DNS Zones
- DNSSEC panel
Step-by-Step Setup
- Navigate to the Domain settings panel
- Navigate to DNSSEC
- Click on Configure DNSSEC
- Enable DNSSEC
- Add the DS records provided by your DNS provider to activate DNSSEC for your domain. You can choose between two input formats:
- Complete DS record (single-field input)

- Separated fields, where you manually enter:

- Key Tag
- Algorithm
- Digest Type
- Digest
- Complete DS record (single-field input)
- Click Save DNSSEC