From 3c0b2cce6ceb399d76acdbc04f6d5689a1804ac7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 10 Feb 2019 19:52:16 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index f44d1834..132530f4 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -15,6 +15,9 @@ source /opt/idssys/defaults/default.inc source /opt/idssys/settings/nodemgmt.conf source /opt/idssys/nodemgmt/defaults.inc +source /opt/idssys/nodemgmt/ssl-check.sh + + # ========================================================= # STATUS(){ @@ -629,7 +632,6 @@ LISTCERTS(){ CHECK-CERTS(){ # /opt/idssys/nodemgmt/ssl-cert-check.sh -f /opt/idssys/nodemgmt/ssldomains -a SERVERFILE=/opt/idssys/nodemgmt/ssldomains - source /opt/idssys/nodemgmt/ssl-check.sh print_heading echo 'WTF' @@ -1274,7 +1276,7 @@ if [ ${action-x} ]; then newcert) NEWCERT ${2};; certrenew) CERTRENEW;; listcerts) LISTCERTS;; - checkcerts) CHECK-CERTS;echo 'ok';; + checkcerts) CHECK-CERTS;; nightlyrenew) NIGHTLYRENEW;; delsite) DELSITE ${2} ${3} ${4} ${5};; delsites) DELSITES;;