From 1a608eaefbb3ad443a2f324b98271ce48ea84df9 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 22 Oct 2016 14:31:57 +0200 Subject: [PATCH] add link to letsencrypt-nginx-proxy-companion --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 52ab6e4..355003e 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,9 @@ $ docker run --volumes-from nginx \ Finally, start your containers with `VIRTUAL_HOST` environment variables. $ docker run -e VIRTUAL_HOST=foo.bar.com ... +### SSL Support using letsencrypt + +[letsencrypt-nginx-proxy-companion](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion)is a lightweight companion container for the nginx-proxy. It allow the creation/renewal of Let's Encrypt certificates automatically. ### SSL Support