diff options
Diffstat (limited to 'check-certificates')
-rw-r--r-- | check-certificates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-certificates b/check-certificates index 15e14ea..bd1e0ed 100644 --- a/check-certificates +++ b/check-certificates @@ -28,7 +28,7 @@ :foreach Cert in=[ / certificate find where !revoked expires-after<3w ] do={ :local CertName [ / certificate get $Cert name ]; :local CommonName [ / certificate get $Cert common-name ]; - :local FingerPrint [ / certificate get $Cert fingerprint ]; + :local FingerPrint [ :tostr [ / certificate get $Cert fingerprint ] ]; :do { :if ([ :len $CertRenewUrl ] = 0) do={ |