docker-flow-letsencrypt
docker-flow-letsencrypt copied to clipboard
Companion service which adds Let’s Encrypt certificates to docker flow
Hi. I configured 4 certificates in docker-flow-letsencrypt env variable. Everything went fine, certs were created, proxy was reconfigured. Nice. But when I enter my site which doesn't have certificate HAproxy...
Hi, Maybe it's a good idea to use [certbot docker image](https://hub.docker.com/r/certbot/certbot/) instead of `curl` `certbot-auto` package while build? Thanks
Currently this image is based on ubuntu:16.04 (lts). certbot-auto is used to install the newest version of certbot and not the certbot inside the ubuntu-packages. That's about 200 MB Image...
Config or ACME failures result in missing certificates, that DFLE then tries to send to DFP. Improve the handling on errors and their message and avoid sending empty files to...