Skip to content

Commit

Permalink
revert back to http challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Aug 7, 2024
1 parent bd0771c commit 017dc99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion traefik/traefik.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
storage = "/etc/traefik/acme/acme.json"
caServer = "https://acme-v02.api.letsencrypt.org/directory"

[certificatesResolvers.acme.acme.tlsChallenge]
[certificatesResolvers.acme.acme.httpChallenge]
entryPoint = "insecure"

[api]
dashboard = true
Expand Down

0 comments on commit 017dc99

Please sign in to comment.