1
0
Fork 0

Add a note to certificatesDuration

This commit is contained in:
Lukáš Stuchlík 2025-06-02 16:22:04 +02:00 committed by GitHub
parent bd4bfd8919
commit fe5c7fdc65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -767,6 +767,8 @@ docker run -v "/my/host/acme:/etc/traefik/acme" traefik
_Optional, Default=2160_
`certificatesDuration` specifies the duration (in hours) of the certificates issued by the CA server. It is used to determine when to renew the certificate, but it **doesn't** define the duration of the certificates, that is up to the CA server.
`certificatesDuration` is used to calculate two durations:
- `Renew Period`: the period before the end of the certificate duration, during which the certificate should be renewed.