Skip to content

Commit

Permalink
Replaced httpChallenge with tlsChallenge
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Nenciarini <mnencia@kcore.it>
  • Loading branch information
Olivier Wenger and mnencia committed Feb 2, 2022
1 parent c8de6ed commit dbcd45a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/traefik_config.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ spec:
- "--entryPoints.web.forwardedHeaders.trustedIPs=127.0.0.1/32,10.0.0.0/8"
- "--entryPoints.websecure.forwardedHeaders.trustedIPs=127.0.0.1/32,10.0.0.0/8"
%{ if traefik_acme_tls ~}
- "--certificatesresolvers.le.acme.httpchallenge=true"
- "--certificatesresolvers.le.acme.httpchallenge.entrypoint=web"
- "--certificatesresolvers.le.acme.tlschallenge=true"
- "--certificatesresolvers.le.acme.email=${traefik_acme_email}"
- "--certificatesresolvers.le.acme.storage=/data/acme.json"
%{ endif ~}

0 comments on commit dbcd45a

Please sign in to comment.