diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-12 08:19:14 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-13 08:53:03 +0200 |
commit | e0714bdfff451c6fc653abbc7007b430d768273a (patch) | |
tree | 0a2bbbc9f12b3204e25798e65787345a589648a6 /check-certificates.rsc | |
parent | 4420c79e0c98f05f45abfa7ad8da37ffa6aa6fb2 (diff) |
check-certificates: lock the script
Diffstat (limited to 'check-certificates.rsc')
-rw-r--r-- | check-certificates.rsc | 2 |
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={ |