From 3450064c478d6059698c92facd074924a2f04fa0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 19 Jan 2017 00:12:49 +0100 Subject: Use inline-signing DNSSEC for jones.dk. --- bind/named.conf.pri | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bind/named.conf.pri') 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) -- cgit v1.2.3