Index: openacs-4/packages/acs-admin/tcl/acs-admin-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/tcl/acs-admin-procs.tcl,v diff -u -r1.2.2.7 -r1.2.2.8 --- openacs-4/packages/acs-admin/tcl/acs-admin-procs.tcl 11 Oct 2022 13:28:06 -0000 1.2.2.7 +++ openacs-4/packages/acs-admin/tcl/acs-admin-procs.tcl 25 Feb 2024 16:13:41 -0000 1.2.2.8 @@ -47,7 +47,7 @@ # Check expiration of the certificate using the # "openssl" command line tool. # - set notAfter [exec openssl x509 -enddate -noout -in $certfile] + set notAfter [exec $openssl x509 -enddate -noout -in $certfile] regexp {notAfter=(.*)$} $notAfter . date set days [expr {([clock scan $date] - [clock seconds])/(60*60*24.0)}] set info "Certificate $certfile will expire in [format %.1f $days] days"