From 3c5605b793b9363750659d39d71a5d63d73dd5b9 Mon Sep 17 00:00:00 2001 From: Martijn Heemels Date: Tue, 13 Sep 2016 15:17:34 +0200 Subject: [PATCH] Update broken link in sample config file. (#658) --- traefik.sample.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/traefik.sample.toml b/traefik.sample.toml index 54aa2721c..388147e5a 100644 --- a/traefik.sample.toml +++ b/traefik.sample.toml @@ -90,7 +90,7 @@ # Enable on demand certificate. This will request a certificate from Let's Encrypt during the first TLS handshake for a hostname that does not yet have a certificate. # WARNING, TLS handshakes will be slow when requesting a hostname certificate for the first time, this can leads to DoS attacks. -# WARNING, Take note that Let's Encrypt have rate limiting: https://community.letsencrypt.org/t/quick-start-guide/1631 +# WARNING, Take note that Let's Encrypt have rate limiting: https://letsencrypt.org/docs/rate-limits # # Optional # @@ -113,6 +113,9 @@ # Domains list # You can provide SANs (alternative domains) to each main domain +# All domains must have A/AAAA records pointing to Traefik +# WARNING, Take note that Let's Encrypt have rate limiting: https://letsencrypt.org/docs/rate-limits +# Each domain & SANs will lead to a certificate request. # # [[acme.domains]] # main = "local1.com"