docker-flow-proxy-letsencrypt
docker-flow-proxy-letsencrypt copied to clipboard
I found this peax of information regarding updating secrets and config. This might Be usable for dfple as a feature https://blog.viktoradam.net/2018/02/28/swarm-secrets-made-easy/
I'm using secrets to store certificates. When restarting Docker Flow Proxy, I get a SSL_ERROR_RX_RECORD_TOO_LONG error on Firefox on all domains (i.e. the served certificate is invalid). I need to...
Greetings, I am facing an issue with dfple second time with not yet known reasons. I have following log related to this: ``` brux-single-edge-proxy_brux-edge-proxy-letsencrypt.1.wjg0jjuqei8k@controller-1 | 2018-02-06 20:13:41,145;INFO;request for service: brux-portainer_brux-portainer...
When switching from fake to real certs, DFPL will continue to renew fake certs. The data in `/etc/letsencrypt` should probably either know whether the cert is fake or not, or...
When having multiple environments and when using let's encrypt, it might not be desirable to actually instantiate let's encrypt certs for non-standard ports or non-existing DNS names. An environment variable...
Why not providing an option to simplify the setup when `com.df.serviceDomainm == com.df.letsencrypt.host` one could omit the letsencrypt.host.
Adding the ability to determine LE hosts from `serviceDomain` label. In code I added in comment various usages, which I considered. As before, I didn't include tests, as I'm pretty...