From fe5c7fdc65884f7193811d7e12519df70b410be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Stuchl=C3=ADk?= Date: Mon, 2 Jun 2025 16:22:04 +0200 Subject: [PATCH] Add a note to certificatesDuration --- docs/content/https/acme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/https/acme.md b/docs/content/https/acme.md index ce613f964..8e52e6f1b 100644 --- a/docs/content/https/acme.md +++ b/docs/content/https/acme.md @@ -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.