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.