mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Fixes #65 and improves SSL documentation about LetsEncrypt.
This commit is contained in:
parent
5f66a303c1
commit
25d457dae7
1
SSL.md
1
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue