From 6d302d85d195ea4029c4f899a0c60bb4f89723c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szekeres=20Ba=CC=81lint?= Date: Sun, 21 Jan 2018 17:48:00 +0100 Subject: [PATCH] certbot command update --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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