Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-10 17:20:52 -06:00
parent 83dab93ea2
commit 7b9fb2873c

View File

@@ -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;;