From 55e6d327bc56dbbe8a6b2a43332158fb9d3ebb7c Mon Sep 17 00:00:00 2001 From: Josh McKinney Date: Mon, 26 May 2025 06:50:04 -0700 Subject: [PATCH] acme.md: specify which file should be specified between restarts --- docs/content/https/acme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/https/acme.md b/docs/content/https/acme.md index d86c5d58a..ce613f964 100644 --- a/docs/content/https/acme.md +++ b/docs/content/https/acme.md @@ -13,7 +13,7 @@ You can configure Traefik to use an ACME provider (like Let's Encrypt) for autom !!! warning "Let's Encrypt and Rate Limiting" Note that Let's Encrypt API has [rate limiting](https://letsencrypt.org/docs/rate-limits). These last up to **one week**, and cannot be overridden. - When running Traefik in a container this file should be persisted across restarts. + When running Traefik in a container the `acme.json` file should be persisted across restarts. If Traefik requests new certificates each time it starts up, a crash-looping container can quickly reach Let's Encrypt's ratelimits. To configure where certificates are stored, please take a look at the [storage](#storage) configuration.