Wrong acme example.
This commit is contained in:
parent
dabc139fab
commit
beceea9421
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ You can configure Traefik to use an ACME provider (like Let's Encrypt) for autom
|
||||||
[certificatesResolvers.sample.acme]
|
[certificatesResolvers.sample.acme]
|
||||||
email = "your-email@your-domain.org"
|
email = "your-email@your-domain.org"
|
||||||
storage = "acme.json"
|
storage = "acme.json"
|
||||||
[acme.httpChallenge]
|
[certificatesResolvers.sample.acme.httpChallenge]
|
||||||
# used during the challenge
|
# used during the challenge
|
||||||
entryPoint = "web"
|
entryPoint = "web"
|
||||||
```
|
```
|
||||||
|
|
|
@ -547,7 +547,7 @@ To apply a redirection, one of the redirect middlewares, [RedirectRegex](../midd
|
||||||
[certificatesResolvers.sample.acme]
|
[certificatesResolvers.sample.acme]
|
||||||
email = "your-email@your-domain.org"
|
email = "your-email@your-domain.org"
|
||||||
storage = "acme.json"
|
storage = "acme.json"
|
||||||
[acme.httpChallenge]
|
[certificatesResolvers.sample.acme.httpChallenge]
|
||||||
# used during the challenge
|
# used during the challenge
|
||||||
entryPoint = "web"
|
entryPoint = "web"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue