diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 4d6744f3..5b098974 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -735,7 +735,7 @@ NEWCERT(){ # echo -e "${idsCL[Green]}Completed${idsCL[Default]}" # echo - $CERT_DAEMON certonly -d ${NEW_CERT} + $CERT_DAEMON certonly --webroot -w /opt/lb-data/letsencrypt-acme-challenge -d ${NEW_CERT} # $CERT_DAEMON certonly --dry-run --webroot -w /var/www/html -d ${NEW_CERT} if [ -f /etc/letsencrypt/live/${MAIN_CERT}/cert.pem ]; then chown -R root:le /opt/lb-data/letsencrypt