From 25d457dae7e60926b3f53ee51440866d5acfde0c Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Mon, 25 Jan 2016 18:23:35 +0100 Subject: [PATCH] Fixes #65 and improves SSL documentation about LetsEncrypt. --- SSL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SSL.md b/SSL.md index 13fa91df..e8dd801f 100644 --- a/SSL.md +++ b/SSL.md @@ -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.