From 547d5337fe4e3cd80e8979d447a783530ab291c7 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Thu, 30 Aug 2018 10:47:57 +0200 Subject: [PATCH] Update Readme Closes: #207 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 90c91b236..fe4e3a0c2 100755 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ Please make sure you are subscribed to notifications to be notified when the blo - setup-ngxblocker, install-ngxblocker and update-ngxblocker can all be configured with custom installation / update locations from the command line. **(See Step 11 of the instructions to show you how use these scripts and non-standard Nginx locations)** - Run any of the setup, install or update scripts with --help or -h to view options. + +> PLEASE NOTE: For those using Let's Encrypt SSL Certificates the preferred and 100% working method is to use the **Webroot Authenticator Method**. There appears to be some issues with people using the http challenge method but can confirm that webroot work flawlessly. We are uncertain at this point whether the http-01 challenge method is a certbot or nginx bug. + ************************************************