From b4ca02da862b053b7799cc863934dcd36c4df5c9 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 5 Mar 2024 14:54:04 +0100 Subject: [PATCH] Fix multiple dns provider documentation --- docs/content/https/acme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/https/acme.md b/docs/content/https/acme.md index f423b23db..b6e50bcf8 100644 --- a/docs/content/https/acme.md +++ b/docs/content/https/acme.md @@ -294,6 +294,12 @@ Use the `DNS-01` challenge to generate and renew ACME certificates by provisioni LEGO_DISABLE_CNAME_SUPPORT=true ``` +!!! warning "Multiple DNS Challenge provider" + + 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. + !!! important A `provider` is mandatory.