From 08a9ee19e16d4b439c4dc701abb69b4e6dca4fdc Mon Sep 17 00:00:00 2001 From: G4dter Date: Thu, 4 Feb 2021 16:45:00 +0100 Subject: [PATCH] Update production.md --- support/doc/production.md | 1 + 1 file changed, 1 insertion(+) diff --git a/support/doc/production.md b/support/doc/production.md index 7ec94aae2..41aae6b55 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -149,6 +149,7 @@ Since our nginx template supports webroot renewal, we suggest you to update the ``` $ # Replace authenticator = standalone by authenticator = webroot +$ # Add webroot_path = /var/www/certbot $ sudo vim /etc/letsencrypt/renewal/your-domain.com.conf ```