1
0
Fork 0

Improve TLS documentation.

This commit is contained in:
Ludovic Fernandez 2019-09-23 11:22:05 +02:00 committed by Traefiker Bot
parent 855468e776
commit 76263a9610
2 changed files with 152 additions and 50 deletions

View file

@ -56,6 +56,8 @@ You can configure Traefik to use an ACME provider (like Let's Encrypt) for autom
--certificatesResolvers.sample.acme.httpChallenge.entryPoint=web
```
!!! important "Defining a certificates resolver does not result in all routers automatically using it. Each router that is supposed to use the resolver must [reference](../routing/routers/index.md#certresolver) it."
??? note "Configuration Reference"
There are many available options for ACME.
@ -84,6 +86,8 @@ If there are less than 30 days remaining before the certificate expires, Traefik
## The Different ACME Challenges
!!! important "Defining a certificates resolver does not result in all routers automatically using it. Each router that is supposed to use the resolver must [reference](../routing/routers/index.md#certresolver) it."
### `tlsChallenge`
Use the `TLS-ALPN-01` challenge to generate and renew ACME certificates by provisioning a TLS certificate.