diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-01-19 00:12:49 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-01-19 00:12:49 +0100 |
commit | 3450064c478d6059698c92facd074924a2f04fa0 (patch) | |
tree | c3a847f266d695bddd79e4910889de2aca839a29 /bind | |
parent | 532b71affb40c3270d2aa7e958e96048f27bbf5b (diff) |
Use inline-signing DNSSEC for jones.dk.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.fake-222 | 3 | ||||
-rw-r--r-- | bind/named.conf.pri | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index 66879b9..f91caf0 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -24,7 +24,8 @@ zone "feliciaweb.dk" { file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Anders Krøyer zone "jones.dk" { type master; allow-transfer { none; }; - file "/etc/bind/JONES.DK/fake-222/jones.dk.signed"; }; // Jones + key-directory "/etc/bind/keys"; inline-signing yes; auto-dnssec maintain; + file "JONES.DK/fake-222/jones.dk"; }; // Jones zone "kassandra-production.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Annika Lewis (owner=Spiff) diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 7043e47..4bcabb5 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -22,7 +22,8 @@ zone "feliciaweb.dk" { file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Anders Krøyer zone "jones.dk" { type master; allow-transfer { jones_peers; }; - file "/etc/bind/JONES.DK/pri/jones.dk.signed"; }; // Jones + key-directory "/etc/bind/keys"; inline-signing yes; auto-dnssec maintain; + file "JONES.DK/pri/jones.dk"; }; // Jones zone "kassandra-production.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Annika Lewis (owner=Spiff) |