mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Freeze and thaw zone when re-signing.
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user