Update certs.inc

This commit is contained in:
2023-06-03 23:25:57 -05:00
parent 9544918a85
commit 8200c3980e

View File

@@ -66,7 +66,7 @@ NEWCERT(){
echo -e "${idsCL[Green]}Completed${idsCL[Default]}"
echo
SERVICE nginx reload
SERVICE nginx restart
fi
fi
echo
@@ -155,7 +155,7 @@ CERTRENEW(){
ssh root@webserver-node2.scity.us service nginx start
echo -e "${idsCL[LightGreen]} Completed${idsCL[Default]}"
echo
SERVICE nginx reload 2>&1 | tee -a ${FOLDER}/cert-renewal.lastrun
SERVICE nginx restart 2>&1 | tee -a ${FOLDER}/cert-renewal.lastrun
echo -e "${idsCL[LightGreen]}The certificates have been renewed.${idsCL[Default]}"
echo ""
if [ -z $action ] || [ "${action}" = "gui" ]; then