configurable staging letsencrypt api

This commit is contained in:
2026-08-07 21:55:29 +02:00
parent 73223d6efc
commit c741a9df3e
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -27,6 +27,9 @@ certificatesResolvers:
acme:
email: "{{ traefik_acme_email }}"
storage: /etc/traefik/acme.json
{% if traefik_acme_staging | bool %}
caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
{% endif %}
httpChallenge:
entryPoint: web