Wrong acme example.

This commit is contained in:
Ludovic Fernandez 2019-09-20 18:44:03 +02:00 committed by Traefiker Bot
parent dabc139fab
commit beceea9421
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ You can configure Traefik to use an ACME provider (like Let's Encrypt) for autom
[certificatesResolvers.sample.acme]
email = "your-email@your-domain.org"
storage = "acme.json"
[acme.httpChallenge]
[certificatesResolvers.sample.acme.httpChallenge]
# used during the challenge
entryPoint = "web"
```

View file

@ -547,7 +547,7 @@ To apply a redirection, one of the redirect middlewares, [RedirectRegex](../midd
[certificatesResolvers.sample.acme]
email = "your-email@your-domain.org"
storage = "acme.json"
[acme.httpChallenge]
[certificatesResolvers.sample.acme.httpChallenge]
# used during the challenge
entryPoint = "web"
```