Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-14 11:07:17 -06:00
parent 2f06412593
commit c1b88d355a

View File

@@ -907,7 +907,7 @@ GUI(){
case $action in
newcert) NEWCERT ${2} ${3};;
certrenew) CERTRENEW;;
delssl) DEL-SSL ${2};;
delcert) DEL-SSL ${2};;
certs) LISTCERTS ${2} ${3} ${4} ${5} ${6};;
listcerts-npm) LISTCERTS_NPM;;
copynpmcerts) COPYCERTS_NPM ${2};;
@@ -1044,7 +1044,7 @@ GUI(){
gui) GUI;;
*)
echo -e "Commands followed by '-h' will show addtional info. {work-in-progress}"
echo -e "${idsCL[Yellow]}Commands followed by '-h' will show addtional info. {work-in-progress}${idsCL[Default]}"
echo
echo -e "Usage: ${idsCL[LightCyan]}[nodemgmt or nmg] ${idsCL[Yellow]}{COMMAND} ${idsCL[LightYellow]}{FLAGS}${idsCL[Default]} {\n"
@@ -1054,7 +1054,7 @@ GUI(){
echo
echo -e " ${idsCL[Yellow]}certs${idsCL[Default]} - Manage SSL Certificates"
echo -e " ${idsCL[Yellow]}newcert${idsCL[Default]} - Generate New SSL Certificate"
echo -e " ${idsCL[Yellow]}delssl${idsCL[Default]} - Delete SSL Certificate"
echo -e " ${idsCL[Yellow]}delcert${idsCL[Default]} - Delete SSL Certificate"
echo -e " ${idsCL[Yellow]}certrenew${idsCL[Default]} - Renew all SSL Certificates"
echo -e " ${idsCL[Yellow]}checkcerts${idsCL[Default]} - Check SSL Expirations"
echo -e " ${idsCL[Yellow]}nightlyrenew${idsCL[Default]} - Renewal of SSL Certs, designed for cron tasks"