Explicitly reference the bind keys file
Debian supplies the bind keys at /etc/bind/bind.keys and RedHat supplies it at /etc/named.iscdlv.key. Add the directive that references this file. I think it may have "just worked" on Debian, baesd on the information at https://www.isc.org/downloads/bind/bind-keys/
This commit is contained in:
@@ -35,6 +35,9 @@ options {
|
||||
<%- if @dnssec -%>
|
||||
dnssec-validation yes;
|
||||
dnssec-lookaside auto;
|
||||
<%- if @isc_bind_keys -%>
|
||||
bindkeys-file "<%= @isc_bind_keys %>";
|
||||
<%- end -%>
|
||||
<%- end -%>
|
||||
<%- if @version != '' -%>
|
||||
version "<%= @version %>";
|
||||
|
||||
Reference in New Issue
Block a user