nsd: Add dnssec signing
authorStefan Huber <shuber@sthu.org>
Fri, 2 Aug 2013 13:15:53 +0000 (15:15 +0200)
committerStefan Huber <shuber@sthu.org>
Fri, 2 Aug 2013 13:19:06 +0000 (15:19 +0200)
nsd/nsd-dynipwatch

index bd4b1449ff78df362c9692967412e308831dfbcd..4a650b0eaf4ec7a5f3b2fa4e63f1a4513180c2ec 100755 (executable)
@@ -69,6 +69,7 @@ function run()
                        echo " Update IP address. New serial ${serial}."
                        setAddrInZonefile "${host}" "${zonefile}" "${newip}"
                        setSerialInZonefile "${zonefile}" "${serial}"
+                       /etc/nsd3/signzone.sh sthu.org
                        nsdc rebuild && nsdc reload && nsdc notify
                fi
        done