From f6ebf9fda2d4bcff67afb5283d7d3916853850ae Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Mon, 31 Jan 2022 11:19:00 +0100 Subject: [PATCH] Update tls.conf --- core/nginx/conf/tls.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/nginx/conf/tls.conf b/core/nginx/conf/tls.conf index 0ed832ed..3970ed33 100644 --- a/core/nginx/conf/tls.conf +++ b/core/nginx/conf/tls.conf @@ -3,7 +3,7 @@ ssl_certificate_key {{ TLS[1] }}; {% if TLS_FLAVOR in ['letsencrypt','mail-letsencrypt'] %} ssl_certificate {{ TLS[2] }}; ssl_certificate_key {{ TLS[3] }}; -ssl_trusted_certificate /etc/ssl/certs/ca-cert-ISRG_Root_X1.pem +ssl_trusted_certificate /etc/ssl/certs/ca-cert-ISRG_Root_X1.pem; {% endif %} ssl_session_timeout 1d; ssl_session_tickets off;