From 342171a41738e079b0a2e2faab4ac8ffdb7ce2ea Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 27 Dec 2023 14:39:43 -0600 Subject: [PATCH] Update certs.inc --- inc/certs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/certs.inc b/inc/certs.inc index e942e8cc..29a4c80e 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -67,7 +67,7 @@ NEWCERT(){ sed -i "s/#include conf.d\/include\/ssl-ciphers.conf/include conf.d\/include\/ssl-ciphers.conf/g" ${NM_NGINXPATH}/sites-enabled/${MAIN_CERT}.conf sed -i "s/#include conf.d\/include\/force-ssl.conf/include conf.d\/include\/force-ssl.conf/g" ${NM_NGINXPATH}/sites-enabled/${MAIN_CERT}.conf DIVIDER true - if [ "${NEWSITE}" != "true" ]; then + # if [ "${NEWSITE}" != "true" ]; then echo -e -n "${idsCL[LightCyan]}Restart NGINX on all Nodes (Y/n): ${idsCL[Default]}" read -n 1 NGINXRELOAD if [[ ${NGINXRELOAD} =~ ^[Nn]$ ]]; then @@ -76,7 +76,7 @@ NEWCERT(){ echo SERVICE_MGMT nginx restart fi - fi + # fi fi echo echo -e "${idsCL[Green]}Certificate has been successfully created for '${idsCL[Yellow]}${NEW_CERT}${idsCL[Green]}'...${idsCL[Default]}"