Can anyone advise how to get the Docker image of MM to work with Let's Encrypt? I've already got the LE certificates loaded in /etc/letsencrypt/live/my-domain but I don't know how to get these certificates to be read/seen by MM?
I'm installing the docker image of Mattermost on Ubuntu 16.04. I'm following the instructions at https://docs.mattermost.com/install/prod-docker.html. However, step 3 'Setup TLS' leads to this page https://github.com/mattermost/mattermost-docker#install-with-ssl-certificate and from there, the instructions read
Put your SSL certificate as ./volumes/cert/cert.pem and the private key that has no password as ./volumes/cert/key-no-password.pem. If you don't have them you may generate a self-signed SSL certificate.
MM starts fine if environment: - MATTERMOST_ENABLE_SSL=false in docker-compose.yml
Thanks!