Fix multiple dns provider documentation
This commit is contained in:
parent
deab4dae8e
commit
b4ca02da86
1 changed files with 6 additions and 0 deletions
|
@ -294,6 +294,12 @@ Use the `DNS-01` challenge to generate and renew ACME certificates by provisioni
|
||||||
LEGO_DISABLE_CNAME_SUPPORT=true
|
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
|
!!! important
|
||||||
A `provider` is mandatory.
|
A `provider` is mandatory.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue