mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2026-01-31 21:21:00 +01:00
Letsencrypt : do not check the optional cert.pem (#639)
This commit is contained in:
parent
5a86193dbf
commit
1effcdebd7
@ -747,8 +747,7 @@ function _setup_ssl() {
|
||||
case $SSL_TYPE in
|
||||
"letsencrypt" )
|
||||
# letsencrypt folders and files mounted in /etc/letsencrypt
|
||||
if [ -e "/etc/letsencrypt/live/$HOSTNAME/cert.pem" ] \
|
||||
&& [ -e "/etc/letsencrypt/live/$HOSTNAME/fullchain.pem" ]; then
|
||||
if [ -e "/etc/letsencrypt/live/$HOSTNAME/fullchain.pem" ]; then
|
||||
KEY=""
|
||||
if [ -e "/etc/letsencrypt/live/$HOSTNAME/privkey.pem" ]; then
|
||||
KEY="privkey"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user