From 05164b7e45df2bb8e7b8acc457bfca5ced8c541a Mon Sep 17 00:00:00 2001 From: Tony Benoy Date: Sat, 7 Mar 2020 13:59:07 +0530 Subject: [PATCH] message change Signed-off-by: Tony Benoy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 667101a..3706005 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ There are a few things you can configure, this is the most used list:
```INSTALL_NGINX``` is set to ```False``` by default. Set this to ```True``` if you want to install Nginx.
```WEBSITE_NAME``` Set the website name here for nginx configuration
```WEBSITE_NAME``` Set the website name here for nginx configuration
-```ENABLE_SSL``` Set this to ```True``` installs [certbot](https://github.com/certbot/certbot) configures https with a free Let's Encrypted certificate
+```ENABLE_SSL``` Set this to ```True``` to install [certbot](https://github.com/certbot/certbot) and configure nginx with https using a free Let's Encrypted certificate
```ADMIN_EMAIL``` Email is needed to register for Let's Enctryped Registeration. Replace the default placeholder with an email of your organisation.
```INSTALL_NGINX``` and ```ENABLE_SSL``` must be set to ```True``` and the placeholder in ```ADMIN_EMAIL``` must be replaced with a valid email address for certbot installation
_By enabling SSL though certbot you agree to the following [policies](https://www.eff.org/code/privacy/policy)_