Merge pull request #318 from stongo/master

#304: enhance acme documentation
This commit is contained in:
Vincent Demeester 2016-05-02 18:21:48 +02:00
commit 4a1fa03b2d

View file

@ -122,6 +122,12 @@
## ACME (Let's Encrypt) configuration ## ACME (Let's Encrypt) configuration
```toml ```toml
# Sample entrypoint configuration when using ACME
[entryPoints]
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
# Enable ACME (Let's Encrypt): automatic SSL # Enable ACME (Let's Encrypt): automatic SSL
# #
# Optional # Optional
@ -166,6 +172,7 @@ entryPoint = "https"
# Domains list # Domains list
# You can provide SANs (alternative domains) to each main domain # 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 # 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. # Each domain & SANs will lead to a certificate request.
# #