diff --git a/public/index.html b/public/index.html index b536d3c..b0fb1e0 100644 --- a/public/index.html +++ b/public/index.html @@ -232,7 +232,7 @@ sudo -u {{ data.userĀ }} sh -c "mkdir -p /var/www/_letsencrypt" # HTTPS: certbot (obtain certificates) -certbot certonly --webroot --webroot-path /var/www/_letsencrypt --email {{ data.email }} --domain {{ data.domain }} --domain www.{{ data.domain }} --domain cdn.{{ data.domain }} --text --non-interactive --agree-tos --force-renew +certbot certonly --webroot -d {{ data.domain }} -d www.{{ data.domain }} -d cdn.{{ data.domain }} --email {{ data.email }} -w /var/www/_letsencrypt -n --agree-tos --force-renewal