Letsencrypt : do not check the optional cert.pem (#639)

This commit is contained in:
Richard Février 2017-07-01 14:32:12 +02:00 committed by Thomas VIAL
parent 5a86193dbf
commit 1effcdebd7
1 changed files with 1 additions and 2 deletions

View File

@ -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"