From 47a1013472457b6d30f7cab82f56fe522d7016c8 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 6 Aug 2019 23:03:23 +0100 Subject: [PATCH] Freeze and thaw zone when re-signing. --- bind8/resign.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bind8/resign.pl b/bind8/resign.pl index 0e2b138a1..d48b0ff44 100755 --- a/bind8/resign.pl +++ b/bind8/resign.pl @@ -67,7 +67,9 @@ foreach my $z (@zones) { print STDERR " Age in days $old\n" if ($debug); if ($old > $period) { # Too old .. signing + before_editing($z); my $err = &resign_dnssec_key($z); + after_editing($z); if ($err) { print STDERR " Re-signing of $z->{'name'} failed : $err\n"; $errcount++;