From 2a261bb9f090f24c9224b10d90c30b5c64df8924 Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Fri, 13 May 2016 13:21:35 +0200 Subject: [PATCH] Add detailed --- Configure-SSL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure-SSL.md b/Configure-SSL.md index 1201365..47ef6e6 100644 --- a/Configure-SSL.md +++ b/Configure-SSL.md @@ -12,7 +12,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 `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. +* the certs folder name located in `letsencrypt/live/` must be the `fqdn` of your container responding to the `hostname` command. The full qualified domain name (`fqdn`) inside the docker container is build combining the hostname and domainname values of the docker-compose file. You don't have anything else to do. Enjoy.