From 5adbdcfb106a5d25158d9bbbd388d313abb7d932 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Sun, 24 Apr 2016 17:16:23 +0200 Subject: [PATCH] Updated SSL (markdown) --- docs/content/{ => config/security}/ssl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/content/{ => config/security}/ssl.md (95%) diff --git a/docs/content/ssl.md b/docs/content/config/security/ssl.md similarity index 95% rename from docs/content/ssl.md rename to docs/content/config/security/ssl.md index 5edb4f6c..12013653 100644 --- a/docs/content/ssl.md +++ b/docs/content/config/security/ssl.md @@ -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.