mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
configurable staging letsencrypt api
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user