From d434a2f2d72f0f7c02160cffec4abcb0437b365b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sun, 6 Sep 2020 22:31:55 +0200 Subject: check-certificates: do not notify with missing validity period --- check-certificates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check-certificates') diff --git a/check-certificates b/check-certificates index d8e535a..6152e2d 100644 --- a/check-certificates +++ b/check-certificates @@ -98,7 +98,7 @@ $WaitFullyConnected; } } -:foreach Cert in=[ / certificate find where !revoked !scep-url expires-after<2w !(fingerprint=[]) ] do={ +:foreach Cert in=[ / certificate find where !revoked !scep-url !(expires-after=[]) expires-after<2w !(fingerprint=[]) ] do={ :local CertVal [ / certificate get $Cert ]; :if ([ :len [ / certificate scep-server find where ca-cert=($CertVal->"ca") ] ] > 0) do={ -- cgit v1.2.3-54-g00ecf