docker-flow-letsencrypt
docker-flow-letsencrypt copied to clipboard
Companion service which adds Let’s Encrypt certificates to docker flow
Thank you for the wonderful service - I use it in production and it works smoothly. Docker Flow Proxy supports running multiple independent proxy services (see `PROXY_INSTANCE_NAME `at https://proxy.dockerflow.com/config/). Would...
Thank you - Michael - for this docker-flow-proxy add-on please find attached a PR: add multi architecture support via travis-ci pipeline - arm64v8, arm32v7 & amd64 images - manifest :latest...
Hi, I'm building a solution where I add domains on the fly to a running system, I need a way to acquire new certs and renew old ones by getting...
Hi, When adding a new certificate (domain) in to the configuration when a lot of 'domains' are configured it may take a relatively long time until the proxy actually receives...
This PR adds an extra environment variable `CERTBOT_KEY_SIZE` that can be set to alter the size of the RSA key. The 4096 bits default should generally be used, but there...
Hi, Is there a planning to upgrade this to use the latest certbot? The use wildcard certificates would be a nice feature to use with docker-flow.
First of all great job @hamburml & @vfarcic. I must admit at the beginning, that I haven't run docker-flow even once. Just was looking at the source code to evaluate...
https://github.com/hamburml/docker-flow-letsencrypt/blob/68747ea5ab4255da7bd93d3e7e554ce2efd56393/certbot.sh#L41-L46 This way, after a initial failure of domain validation, the exitcode variable are only redefined when the validation fails again. If the validation succeeds, the exitcode remains with the...
I think it should be possible to use https://docs.docker.com/engine/swarm/configs/ instead of persistent disks. This should probably be the primary way this should be used and documented.
As I understand it certbot wasn't capable of getting certificates over ipv6. Would the above release fix this? https://community.letsencrypt.org/t/certbot-0-21-0-release/50725 referring https://github.com/vfarcic/docker-flow-proxy/issues/354