Skip to content

Commit

Permalink
Adds the note: acme.domains is a startup configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldcroes authored and traefiker committed Oct 17, 2018
1 parent e6a88f3 commit 46ce807
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/configuration/acme.md
Expand Up @@ -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"
Expand Down Expand Up @@ -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]
# ...
Expand Down

0 comments on commit 46ce807

Please sign in to comment.