We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a88f3 commit 46ce807Copy full SHA for 46ce807
docs/configuration/acme.md
@@ -144,6 +144,7 @@ entryPoint = "https"
144
145
# Domains list.
146
# Only domains defined here can generate wildcard certificates.
147
+# The certificates for these domains are negotiated at traefik startup only.
148
#
149
# [[acme.domains]]
150
# main = "local1.com"
@@ -302,6 +303,9 @@ You can provide SANs (alternative domains) to each main domain.
302
303
All domains must have A/AAAA records pointing to Traefik.
304
Each domain & SAN will lead to a certificate request.
305
306
+!!! note
307
+ The certificates for the domains listed in `acme.domains` are negotiated at traefik startup only.
308
+
309
```toml
310
[acme]
311
# ...
0 commit comments