diff options
-rw-r--r-- | check-certificates | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/check-certificates b/check-certificates index 68be7ee..d51cdaa 100644 --- a/check-certificates +++ b/check-certificates @@ -40,6 +40,7 @@ $WaitFullyConnected; :if ([ :len $CertRenewUrl ] = 0) do={ $LogPrintExit2 info $0 ("No CertRenewUrl given.") true; } + $LogPrintExit2 info $0 ("Attempting to renew certificate " . ($CertVal->"name") . ".") false; :foreach Type in={ ".pem"; ".p12" } do={ :local CertFileName ([ $UrlEncode ($CertVal->"common-name") ] . $Type); |