diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 66ed239a..62b55df3 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -627,7 +627,8 @@ LISTCERTS(){ } CHECK-CERTS(){ - source /opt/idssys/nodemgmt/ssl-cert-check.sh + + /opt/idssys/nodemgmt/ssl-cert-check.sh -f /opt/idssys/nodemgmt/ssldomains -a } @@ -1257,6 +1258,7 @@ if [ ${action-x} ]; then newcert) NEWCERT ${2};; certrenew) CERTRENEW;; listcerts) LISTCERTS;; + checkcerts) CHECK-CERTS;; nightlyrenew) NIGHTLYRENEW;; delsite) DELSITE ${2} ${3} ${4} ${5};; delsites) DELSITES;;