Fixes #65 and improves SSL documentation about LetsEncrypt.

This commit is contained in:
Thomas VIAL 2016-01-25 18:23:35 +01:00
parent 5f66a303c1
commit 25d457dae7
1 changed files with 1 additions and 0 deletions

1
SSL.md
View File

@ -14,6 +14,7 @@ To enable Let's Encrypt on your mail server, you have to:
* get your certificate using [letsencrypt client](https://github.com/letsencrypt/letsencrypt)
* add an environment variable `DMS_SSL` with value `letsencrypt` (see `docker-compose.yml.dist`)
* mount your `letsencrypt` folder to `/etc/letsencrypt`
* the folder name must be the `fqdn` that is passed as `-h` argument (or concatenation of `hostname` and `domainname` is you are using `docker-compose`)
You don't have anything else to do. Enjoy.