mirror of
https://github.com/containous/traefik.git
synced 2025-08-29 01:49:33 +03:00
Adds the note: acme.domains is a startup configuration
This commit is contained in:
committed by
Traefiker Bot
parent
e6a88f3531
commit
46ce807624
@ -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]
|
||||||
# ...
|
# ...
|
||||||
|
Reference in New Issue
Block a user