mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Updated SSL (markdown)
This commit is contained in:
parent
e7b29aaf9b
commit
5adbdcfb10
|
@ -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.
|
||||
|
Loading…
Reference in a new issue