From 7b9fb2873cc8f5e1af5c4da6858dabcc978d1e77 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 10 Feb 2019 17:20:52 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;;