From 3f74993f4ae8dd049b314e879f570f48f33bf10d Mon Sep 17 00:00:00 2001 From: tired-engineer <122563281+tired-engineer@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:40:04 +0200 Subject: [PATCH] Fix typo in multiple DNS challenge provider warning --- 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 3355bdbb2..1dad1cca4 100644 --- a/docs/content/https/acme.md +++ b/docs/content/https/acme.md @@ -298,7 +298,7 @@ Use the `DNS-01` challenge to generate and renew ACME certificates by provisioni Multiple DNS challenge provider are not supported with Traefik, but you can use `CNAME` to handle that. For example, if you have `example.org` (account foo) and `example.com` (account bar) you can create a CNAME on `example.org` called `_acme-challenge.example.org` pointing to `challenge.example.com`. - This way, you can obtain certificates for `example.com` with the `foo` account. + This way, you can obtain certificates for `example.org` with the `bar` account. !!! important A `provider` is mandatory.