Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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;;
|
||||
|
||||
Reference in New Issue
Block a user