aboutsummaryrefslogtreecommitdiffstats
path: root/check-certificates
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-04-24 12:19:14 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-04-24 12:19:14 +0200
commit8f03a856e154cc893a9260a3dd14f147a58ac31f (patch)
tree896c171f88b8ac8d65d9e3a3e2d7e4cd09f1008a /check-certificates
parent14dd16ef5a351c0e9d5c19895ae5d47a57962bf6 (diff)
check-certificates: add missing blank
Diffstat (limited to 'check-certificates')
-rw-r--r--check-certificates2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-certificates b/check-certificates
index 40e509b..4aece69 100644
--- a/check-certificates
+++ b/check-certificates
@@ -97,7 +97,7 @@
}
}
-: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<2w fingerprint~"." ] do={
:local CertVal [ / certificate get $Cert ];
:local ExpiresAfter [ $FormatExpire ($CertVal->"expires-after") ];