Combining dockercloud-haproxy and certbot, these Docker Cloud services provide a default load balancer with simplified TLS certificate handling.
This is more or less a clone of ixc/letsencrypt-dockercloud-haproxy.
- See dockercloud-haproxy
- Add volume from
letsencrypt
service - Install TLS certificates and reload automatically on changes
- Issue certificates from
$DOMAINS
automatically - Renew certificates automatically
EMAIL
: Registration email used for issued certificatesDOMAINS
: Semicolon-separated list of certificates. Separate domains within each certificate with comma (e.g.foo.com,www.foo.com;bar.com;www.bar.com
).OPTIONS
: Additional arguments passed tocertbot
(e.g.--staging
).