Update nodemgmt-scripts.sh

This commit is contained in:
2019-04-01 23:39:47 -05:00
parent c4a73a6b7b
commit 8f875af4a8

View File

@@ -373,7 +373,7 @@ NEWCERT(){
fi
done
$CERT_DAEMON certonly --dry-run --webroot -w /var/www/html -d ${NEW_CERT}
$CERT_DAEMON certonly --webroot -w /var/www/html -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:letsencrypt /etc/letsencrypt