From a7b4463f862b847c6c598221b92b0e5bc0fb4f5c Mon Sep 17 00:00:00 2001 From: Marcus Stong Date: Mon, 18 Apr 2016 12:31:45 -0400 Subject: [PATCH] #304: enhance acme documentation --- docs/toml.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/toml.md b/docs/toml.md index 58aaf5804..625d2cdf2 100644 --- a/docs/toml.md +++ b/docs/toml.md @@ -122,6 +122,12 @@ entryPoints] ## ACME (Let's Encrypt) configuration ```toml +# Sample entrypoint configuration when using ACME +[entryPoints] + [entryPoints.https] + address = ":443" + [entryPoints.https.tls] + # Enable ACME (Let's Encrypt): automatic SSL # # Optional @@ -166,6 +172,7 @@ entryPoint = "https" # 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://community.letsencrypt.org/t/quick-start-guide/1631 # Each domain & SANs will lead to a certificate request. #