Solved letsencrypt reference bugs

This commit is contained in:
2025-07-09 00:07:12 +02:00
parent 563d5fd528
commit 8da2e41463
21 changed files with 112 additions and 24 deletions

View File

@@ -2,5 +2,5 @@ server {
listen {{ports.public.ldaps.ldap}}ssl;
proxy_pass 127.0.0.1:{{ports.localhost.ldap.ldap}};
{% include 'roles/letsencrypt/templates/ssl_credentials.j2' %}
{% include 'roles/network-letsencrypt/templates/ssl_credentials.j2' %}
}