Skip to content
Snippets Groups Projects
Commit d4ae52e4 authored by ale's avatar ale
Browse files

Set key-directory in named.conf

Tell bind where to find DNSSEC keys for re-signing when
dynamic updates are used.
parent 65603132
No related branches found
No related tags found
No related merge requests found
Pipeline #67606 passed
...@@ -30,6 +30,9 @@ options { ...@@ -30,6 +30,9 @@ options {
dnssec-validation auto; dnssec-validation auto;
// For re-signing with dynamic updates.
key-directory "/etc/credentials/dnssec";
notify no; notify no;
rrset-order { order random; }; rrset-order { order random; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment