Skip to content

Commit 46ce807

Browse files
geraldcroestraefiker
authored andcommitted
Adds the note: acme.domains is a startup configuration
1 parent e6a88f3 commit 46ce807

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/configuration/acme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ entryPoint = "https"
144144

145145
# Domains list.
146146
# Only domains defined here can generate wildcard certificates.
147+
# The certificates for these domains are negotiated at traefik startup only.
147148
#
148149
# [[acme.domains]]
149150
# main = "local1.com"
@@ -302,6 +303,9 @@ You can provide SANs (alternative domains) to each main domain.
302303
All domains must have A/AAAA records pointing to Traefik.
303304
Each domain & SAN will lead to a certificate request.
304305

306+
!!! note
307+
The certificates for the domains listed in `acme.domains` are negotiated at traefik startup only.
308+
305309
```toml
306310
[acme]
307311
# ...

0 commit comments

Comments
 (0)