check-certificates: do not send notification for templates

This commit is contained in:
Christian Hesse 2019-04-11 10:19:46 +02:00
parent ea94b7598e
commit 20d7020fe3

View file

@ -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 CertName [ / certificate get $Cert name ];
:local CommonName [ / certificate get $Cert common-name ]; :local CommonName [ / certificate get $Cert common-name ];
:local FingerPrint [ / certificate get $Cert fingerprint ]; :local FingerPrint [ / certificate get $Cert fingerprint ];