setup DNSSEC on Bind9
# cd /etc/bind
Add these lines to your zone declaration in named.conf.local:
inline-signing yes; auto-dnssec maintain;
Then:
# mkdir /etc/bind/zones
# cd /etc/bind/zones
Here, create your zone file: example.com.db
- Read more about setup DNSSEC on Bind9
- Log in to post comments