roles/named: Support managing TSIG keys
To support signing of updates, TSIG keys can be defined using the `named_keys` variable. This variable takes a list of objects with the following properties: * `name`: The name of the key * `algorithm`: The signature algorithm (default: `hmac-md5`) * `secret`: The base64-encoded key material
This commit is contained in:
@@ -65,6 +65,7 @@ zone "." IN {
|
||||
|
||||
include "/etc/named.rfc1912.zones";
|
||||
include "/etc/named.root.key";
|
||||
include "/etc/named.secrets";
|
||||
include "/etc/named.zones";
|
||||
{% for path in named_global_include %}
|
||||
include "{{ path }}";
|
||||
|
||||
Reference in New Issue
Block a user