Skip to content

Commit 75bcbbc

Browse files
authored
Update README.md
1 parent ee8e13c commit 75bcbbc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ There are a few things you can configure, this is the most used list:<br/>
2222
```INSTALL_NGINX``` is set to ```False``` by default. Set this to ```True``` if you want to install Nginx.<br/>
2323
```WEBSITE_NAME``` Set the website name here for nginx configuration<br/>
2424
```WEBSITE_NAME``` Set the website name here for nginx configuration<br/>
25-
```ENABLE_SSL``` Set installs certbot configures https with Let's Encrypted certificate<br/>
25+
```ENABLE_SSL``` Set installs [certbot](https://github.com/certbot/certbot) configures https with Let's Encrypted certificate<br/>
2626
```ADMIN_EMAIL``` Email is needed to register for Let's Enctryped Registeration. Replace the default place holder with an email of your organisation.<br/>
2727
```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<br/>
28+
_By enabling SSL though cerbot you agree to the following [policies](https://www.eff.org/code/privacy/policy)_ <br/>
2829

2930
#### 3. Make the script executable
3031
```

0 commit comments

Comments
 (0)