jeboehm / docker-mailserver

Docker Mailserver based on the famous ISPMail guide
MIT License
368 stars 97 forks source link

Could you explain for owl TLS ? #109

Closed hungcrush closed 3 years ago

hungcrush commented 3 years ago

Hi There~

I wanna update my own TLS but seems it's not working..

I have create my own TLS keys https://www.linode.com/docs/security/ssl/create-a-self-signed-tls-certificate/

and my config: `volumes:

For using external certificates uncomment the following lines

  # and change the path on the left side of the colon.
  - /root/certs/MyCertificate.crt
  - /root/certs/MyKey.key`

But it's not working... Please help me..

Thank you so much

hungcrush commented 3 years ago

I fixed..