diff options
author | Christian Hesse <mail@eworm.de> | 2020-04-24 12:19:14 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-04-24 12:19:14 +0200 |
commit | 8f03a856e154cc893a9260a3dd14f147a58ac31f (patch) | |
tree | 896c171f88b8ac8d65d9e3a3e2d7e4cd09f1008a | |
parent | 14dd16ef5a351c0e9d5c19895ae5d47a57962bf6 (diff) |
check-certificates: add missing blank
-rw-r--r-- | check-certificates | 2 |
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") ]; |