hardware / mailserver

:warning: UNMAINTAINED - Simple and full-featured mail server using Docker
https://store.docker.com/community/images/hardware/mailserver
MIT License
1.29k stars 322 forks source link

Follow symlinks to copy /etc/letsencrypt/ certs set up by certbot. #392

Closed ksylvan closed 5 years ago

ksylvan commented 5 years ago

Description

The master branch (latest) uses the certs_helper.sh script to set up the SSL certs.

If the live letsencrypt/ directory uses symlinks (as is done by certbot), this setup fails.

The fix is simple. Follow symlinks in the cp command.

Fixes #391

Type of change

Status

How has this been tested ?

Tested in a running container on two different domains.