[sysadmin-bin] Fix the path to the DNSSEC keys



commit e74f8ee29e0545cded35042700a24a20e5ab1197
Author: Andrea Veri <av gnome org>
Date:   Mon Nov 11 22:12:49 2013 +0100

    Fix the path to the DNSSEC keys

 automatic-dnssec-signzone |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/automatic-dnssec-signzone b/automatic-dnssec-signzone
index bbb5d0b..c08f340 100755
--- a/automatic-dnssec-signzone
+++ b/automatic-dnssec-signzone
@@ -4,6 +4,6 @@ signed_zones='gnome.org'
 
 cd /tmp
 git clone /home/admin/dns.git
-cd dns/master ; /usr/sbin/dnssec-signzone -K /etc/dnssec-keys/ -N INCREMENT $signed_zones
+cd dns/master ; /usr/sbin/dnssec-signzone -K /srv/dnssec-keys/ -N INCREMENT $signed_zones
 git commit -a -m 'Automatic weekly signing run'
 git push ; cd /tmp ; rm -rf dns


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]