diff options
author | Christian Hesse <mail@eworm.de> | 2019-01-09 10:31:54 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-01-09 10:31:54 +0100 |
commit | 6b6c3d5119b8e5b81563fbc2b7460611b212c11d (patch) | |
tree | ca0036ae3d036538ff0b740d15011a68f32f6fba /check-certificates | |
parent | 0abb9a1848aa63458d8604968dc9d72b3382686e (diff) |
check-certificates: drop extra warning
A sent notification implies that renewal failed.
Diffstat (limited to 'check-certificates')
-rw-r--r-- | check-certificates | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/check-certificates b/check-certificates index 7347ed8..41d35cd 100644 --- a/check-certificates +++ b/check-certificates @@ -63,8 +63,6 @@ / certificate remove $Cert; / certificate set $CertNew name=$CertName; } on-error={ - :log warning ("Failed to auto-update certificate " . $CertName); - :local InvalidBefore [ / certificate get $Cert invalid-before ]; :local InvalidAfter [ / certificate get $Cert invalid-after ]; |