Add note about ACME renewal
This commit is contained in:
parent
c2345c6e9a
commit
8f23243cb8
1 changed files with 9 additions and 0 deletions
|
@ -57,6 +57,15 @@ You can configure Traefik to use an ACME provider (like Let's Encrypt) for autom
|
||||||
--8<-- "content/https-tls/ref-acme.toml"
|
--8<-- "content/https-tls/ref-acme.toml"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Automatic Renewals
|
||||||
|
|
||||||
|
Traefik automatically tracks the expiry date of ACME certificates it generates.
|
||||||
|
|
||||||
|
If there are less than 30 days remaining before the certificate expires, Traefik will attempt to rewnew it automatically.
|
||||||
|
|
||||||
|
!!! note
|
||||||
|
Certificates that are no longer used may still be renewed, as Traefik does not currently check if the certificate is being used before renewing.
|
||||||
|
|
||||||
## The Different ACME Challenges
|
## The Different ACME Challenges
|
||||||
|
|
||||||
### `tlsChallenge`
|
### `tlsChallenge`
|
||||||
|
|
Loading…
Reference in a new issue