From 9d5c566b1cce5cd24dab0087ea94fcaa582794c8 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 11 Nov 2019 20:47:11 +0100 Subject: check-certificates: make renew notification silent --- check-certificates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-certificates b/check-certificates index d28ef86..0f2c844 100644 --- a/check-certificates +++ b/check-certificates @@ -74,7 +74,7 @@ "Fingerprint: " . ($CertNewVal->"fingerprint") . "\n" . \ "Issuer: " . ([ $ParseKeyValueStore ($CertNewVal->"issuer") ]->"CN") . "\n" . \ "Validity: " . ($CertNewVal->"invalid-before") . " to " . ($CertNewVal->"invalid-after") . "\n" . \ - "Expires in: " . [ $FormatExpire ($CertNewVal->"expires-after") ]); + "Expires in: " . [ $FormatExpire ($CertNewVal->"expires-after") ]) "" "true"; :log info ("The certificate " . ($CertVal->"name") . " has been renewed."); } on-error={ :log debug ("Could not renew certificate " . ($CertVal->"name") . "."); -- cgit v1.2.3-54-g00ecf