Update nodemgmt-scripts.sh
This commit is contained in:
@@ -502,7 +502,7 @@ NEWCERT(){
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
DELSSL(){
|
DEL-SSL(){
|
||||||
DEL_SSL=${2}
|
DEL_SSL=${2}
|
||||||
if [ -z ${DEL_SSL+x} ]; then
|
if [ -z ${DEL_SSL+x} ]; then
|
||||||
echo -e -n "${idsCL[LightCyan]}Delete what SSL site address: ${idsCL[Default]}"
|
echo -e -n "${idsCL[LightCyan]}Delete what SSL site address: ${idsCL[Default]}"
|
||||||
@@ -1340,7 +1340,7 @@ if [ ${action-x} ]; then
|
|||||||
case $action in
|
case $action in
|
||||||
newcert) NEWCERT ${2};;
|
newcert) NEWCERT ${2};;
|
||||||
certrenew) CERTRENEW;;
|
certrenew) CERTRENEW;;
|
||||||
delssl) DELSSL ${2};;
|
delssl) DEL-SSL ${2};;
|
||||||
listcerts) LISTCERTS;;
|
listcerts) LISTCERTS;;
|
||||||
checkcerts) CHECK-CERTS;;
|
checkcerts) CHECK-CERTS;;
|
||||||
nightlyrenew) NIGHTLYRENEW;;
|
nightlyrenew) NIGHTLYRENEW;;
|
||||||
|
|||||||
Reference in New Issue
Block a user