Adds the note: acme.domains is a startup configuration
This commit is contained in:
parent
e6a88f3531
commit
46ce807624
1 changed files with 4 additions and 0 deletions
|
@ -144,6 +144,7 @@ entryPoint = "https"
|
||||||
|
|
||||||
# Domains list.
|
# Domains list.
|
||||||
# Only domains defined here can generate wildcard certificates.
|
# Only domains defined here can generate wildcard certificates.
|
||||||
|
# The certificates for these domains are negotiated at traefik startup only.
|
||||||
#
|
#
|
||||||
# [[acme.domains]]
|
# [[acme.domains]]
|
||||||
# main = "local1.com"
|
# main = "local1.com"
|
||||||
|
@ -302,6 +303,9 @@ You can provide SANs (alternative domains) to each main domain.
|
||||||
All domains must have A/AAAA records pointing to Traefik.
|
All domains must have A/AAAA records pointing to Traefik.
|
||||||
Each domain & SAN will lead to a certificate request.
|
Each domain & SAN will lead to a certificate request.
|
||||||
|
|
||||||
|
!!! note
|
||||||
|
The certificates for the domains listed in `acme.domains` are negotiated at traefik startup only.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[acme]
|
[acme]
|
||||||
# ...
|
# ...
|
||||||
|
|
Loading…
Reference in a new issue