DNSSECReport.com
Free DNS Reports, Key Monitoring, Software and Alerts
Home of Expert Advice in securing infrastructure that serves Domains
To move from an unsigned zone to a DNSSEC signed zone, the
following changes are necessary to the named.conf (or $include files).
The signed zone, 'domain.net.signed', will be the new zone file that
should be present in named.conf. The prior file should be edited offline
and used as input to the DNSSEC zone signing process.
zone "domain.net" {
type master;
file "domain.net.signed";
};
options {
...
...
dnssec-enable yes;
};
options {
...
...
dnssec-enable yes;
};
$include Kfed.gov.+007+55791.key ; Active Key Signing Key
$include Kfed.gov.+007+08345.key ; Active Zone Signing Key
$include Kfed.gov.+007+44198.key ; Prepublished Zone Signing Key