From f5c5e07d7d86955dd472b80495cdc2234e400d4f Mon Sep 17 00:00:00 2001 From: Tony Benoy <8504669+tonybenoy@users.noreply.github.com> Date: Sun, 1 Mar 2020 19:18:58 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84afff4..525bbd8 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ 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 installs certbot configures https with Let's Encrypted certificate -```ADMIN_EMAIL``` Email is needed to register for Let's Enctryped Registeration. Replace the default place holder with an email of your organisation. -```INSTALL_NGINX``` and ```ENABLE_SSL``` must be set to ```True``` and the place holder in ```ADMIN_EMAIL``` must be replaced with a valid email address for certbot installation +```ENABLE_SSL``` Set installs certbot configures https with Let's Encrypted certificate
+```ADMIN_EMAIL``` Email is needed to register for Let's Enctryped Registeration. Replace the default place holder with an email of your organisation.
+```INSTALL_NGINX``` and ```ENABLE_SSL``` must be set to ```True``` and the place holder in ```ADMIN_EMAIL``` must be replaced with a valid email address for certbot installation
#### 3. Make the script executable ```