diff --git a/roles/setup_install_nginx/templates/https-endpoint.conf.j2 b/roles/setup_install_nginx/templates/https-endpoint.conf.j2 index e507068..714f938 100644 --- a/roles/setup_install_nginx/templates/https-endpoint.conf.j2 +++ b/roles/setup_install_nginx/templates/https-endpoint.conf.j2 @@ -42,7 +42,7 @@ server { server_name {{ default_domain }}; # SSL/TLS settings - ssl_certificate {{ letsencrypt_key_path }}; + ssl_certificate {{ letsencrypt_cert_path }}; ssl_certificate_key {{ letsencrypt_key_path }}; # SSL settings are inherited from the previous server block