From 07fa302d4380e9fa98720476becc8e1f83e1eb9a Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 7 Jul 2026 09:10:34 +0100 Subject: tls.mk --- nginx/http.d/static.conf.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nginx') diff --git a/nginx/http.d/static.conf.template b/nginx/http.d/static.conf.template index a25d94f..4f80be2 100644 --- a/nginx/http.d/static.conf.template +++ b/nginx/http.d/static.conf.template @@ -6,8 +6,8 @@ server { error_page 404 /index.html; } listen 443 ssl; - ssl_certificate /etc/letsencrypt/live/${DOMAIN}/fullchain.pem; - ssl_certificate_key /etc/letsencrypt/live/${DOMAIN}/privkey.pem; + ssl_certificate /etc/letsencrypt/live/${CERTNAME}/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/${CERTNAME}/privkey.pem; include /etc/letsencrypt/options-ssl-nginx.conf; ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; } -- cgit v1.2.3