From d92020de1239de6e1c1ab5b55c1ae453bdca7de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szekeres=20Ba=CC=81lint?= Date: Sat, 1 Dec 2018 17:41:54 +0100 Subject: [PATCH] Let's Encrypt commands update --- public/templates/commands.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/commands.html b/public/templates/commands.html index b3538e9..c275369 100644 --- a/public/templates/commands.html +++ b/public/templates/commands.html @@ -23,7 +23,7 @@ --># HTTPS: create ACME-challenge common directory sudo -u {{ data.userĀ }} sh -c "mkdir -p /var/www/_letsencrypt" -# HTTPS: certbot (obtain certificates)
# disable before first run: ssl_certificate, ssl_certificate_key, ssl_trusted_certificate
+# HTTPS: certbot (obtain certificates)
# disable before first run: listen, ssl_certificate, ssl_certificate_key, ssl_trusted_certificate in HTTPS server
certbot certonly --webroot -d {{ domain() }}