[unbound/el6] * Use root.anchor from /var/lib/unbound

Paul Wouters pwouters at fedoraproject.org
Tue May 21 19:55:48 UTC 2013


commit 19643b58c55065273d8ec5a929d60c46c77a1c97
Author: Paul Wouters <pwouters at redhat.com>
Date:   Tue May 21 15:55:28 2013 -0400

    * Use root.anchor from /var/lib/unbound

 unbound.conf |    2 +-
 unbound.cron |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/unbound.conf b/unbound.conf
index d3add29..e471a9c 100644
--- a/unbound.conf
+++ b/unbound.conf
@@ -362,7 +362,7 @@ server:
 	#
 	# trusted-keys-file: /etc/unbound/rootkey.bind
 	trusted-keys-file: /etc/unbound/keys.d/*.key
-	auto-trust-anchor-file: "/etc/unbound/root.anchor"
+	auto-trust-anchor-file: "/var/lib/unbound/root.anchor"
 
 	# Ignore chain of trust. Domain is treated as insecure.
 	# domain-insecure: "example.com"
diff --git a/unbound.cron b/unbound.cron
index 89d1972..56059f5 100755
--- a/unbound.cron
+++ b/unbound.cron
@@ -1,3 +1,3 @@
 # Look to see if the DNSSEC Root key got rolled, if so check trust and update
 
-10 3 1 * * unbound /usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem
+10 3 1 * * unbound /usr/sbin/unbound-anchor -a /var/lib/unbound/root.anchor -c /etc/unbound/icannbundle.pem


More information about the scm-commits mailing list