diff options
Diffstat (limited to 'check-certificates')
-rw-r--r-- | check-certificates | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/check-certificates b/check-certificates index d94c330..38f1c79 100644 --- a/check-certificates +++ b/check-certificates @@ -4,17 +4,17 @@ # # check for certificate validity -:global Identity; -:global CertRenewUrl; :global CertRenewPass; +:global CertRenewUrl; +:global Identity; :global CertificateNameByCN; +:global LogPrintExit; :global ParseKeyValueStore; :global SendNotification; :global TimeIsSync; :global UrlEncode; :global WaitForFile; -:global LogPrintExit; :local FormatExpire do={ :global CharacterReplace; |