Updated SSL (markdown)

This commit is contained in:
Thomas VIAL 2016-04-24 17:16:23 +02:00
parent e7b29aaf9b
commit 5adbdcfb10
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ After installation, you can test your setup with [checktls.com](https://www.chec
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`)
* add an environment variable `SSL_TYPE` with value `letsencrypt` (see `docker-compose.yml.dist`)
* mount your whole `letsencrypt` folder to `/etc/letsencrypt`
* the certs folder name located in `letsencrypt/live/` must be the `fqdn` of your container responding to the `hostname` command.