update letsEncrypt config after testing

verified this works now
This commit is contained in:
Min RK
2023-05-16 13:05:34 +02:00
parent a58956f14b
commit 776ff5273b
3 changed files with 12 additions and 13 deletions

View File

@@ -44,11 +44,10 @@ X-Xsrftoken = "redact"
address = "localhost:{{ traefik_api['port'] }}"
{% if https['enabled'] and https['letsencrypt']['email'] and https['letsencrypt']['domains'] %}
[certificateResolvers.letsencrypt.acme]
[certificatesResolvers.letsencrypt.acme]
email = "{{ https['letsencrypt']['email'] }}"
storage = "acme.json"
[certificateResolvers.letsencrypt.acme.httpChallenge]
entryPoint = "http"
[certificatesResolvers.letsencrypt.acme.tlsChallenge]
{% endif %}
[providers]