From 20d7020fe3a2f1e2149fa051526982f9910b67fa Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 11 Apr 2019 10:19:46 +0200 Subject: check-certificates: do not send notification for templates --- check-certificates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check-certificates') diff --git a/check-certificates b/check-certificates index 4fd90fe..15e14ea 100644 --- a/check-certificates +++ b/check-certificates @@ -91,7 +91,7 @@ } } -:foreach Cert in=[ / certificate find where !revoked expires-after<2w ] do={ +:foreach Cert in=[ / certificate find where !revoked expires-after<2w fingerprint~"."] do={ :local CertName [ / certificate get $Cert name ]; :local CommonName [ / certificate get $Cert common-name ]; :local FingerPrint [ / certificate get $Cert fingerprint ]; -- cgit v1.2.3-54-g00ecf