From 46ce80762451e0a986d750574da789873939c6db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Cro=C3=ABs?= Date: Wed, 17 Oct 2018 16:30:04 +0200 Subject: [PATCH] Adds the note: acme.domains is a startup configuration --- docs/configuration/acme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration/acme.md b/docs/configuration/acme.md index a0ede414d..7b453b248 100644 --- a/docs/configuration/acme.md +++ b/docs/configuration/acme.md @@ -144,6 +144,7 @@ entryPoint = "https" # Domains list. # Only domains defined here can generate wildcard certificates. +# The certificates for these domains are negotiated at traefik startup only. # # [[acme.domains]] # 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. 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 [acme] # ...