This commit is contained in:
2023-11-14 18:18:05 -06:00
parent 933b38d79b
commit aabf54a851
3 changed files with 13 additions and 73 deletions

View File

@@ -1072,11 +1072,12 @@ GUI(){
echo -e " ${idsCL[Yellow]}sites${idsCL[Default]} - Manage NGINX Sites"
echo -e " ${idsCL[Yellow]}newsite${idsCL[Default]} - Create a New Site"
echo -e " ${idsCL[Yellow]}delsite${idsCL[Default]} - Delete a Site"
echo -e " ${idsCL[Yellow]}delcert${idsCL[Default]} - Delete a Site"
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]}delcert${idsCL[Default]} - Delete SSL Certificate"
echo -e " ${idsCL[Yellow]}delcert${idsCL[Default]} - Delete SSL Certificate"
echo
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"