aboutsummaryrefslogtreecommitdiffstats
path: root/check-certificates.rsc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-06-13 09:07:27 +0200
committerGravatar Christian Hesse <mail@eworm.de>2023-06-13 09:07:57 +0200
commitdb223429b7a3cdda1549a6b039dfd66b59415f85 (patch)
treef0ceff3f2e0ef270e26441e60c029bc7767716a5 /check-certificates.rsc
parent2f399f2a48a063d3164e8b9428bb78b6375e2661 (diff)
parentbefa739e11b04a1b9c5ae2a54f1b37fc920f538a (diff)
Merge branch 'script-lock' into next
Diffstat (limited to 'check-certificates.rsc')
-rw-r--r--check-certificates.rsc2
1 files changed, 2 insertions, 0 deletions
diff --git a/check-certificates.rsc b/check-certificates.rsc
index a3b0a8f..db9007a 100644
--- a/check-certificates.rsc
+++ b/check-certificates.rsc
@@ -20,6 +20,7 @@
:global IfThenElse;
:global LogPrintExit2;
:global ParseKeyValueStore;
+:global ScriptLock;
:global SendNotification2;
:global SymbolForNotification;
:global UrlEncode;
@@ -98,6 +99,7 @@
[ $FormatLine "Expires in" [ $IfThenElse (($CertVal->"expired") = true) "expired" [ $FormatExpire ($CertVal->"expires-after") ] ] ]);
}
+$ScriptLock $0;
$WaitFullyConnected;
:foreach Cert in=[ /certificate/find where !revoked !ca !scep-url expires-after<$CertRenewTime ] do={