Closed ksylvan closed 5 years ago
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
Tested in a running container on two different domains.
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.