acme-companion
acme-companion copied to clipboard
Automated ACME SSL certificate generation for nginx-proxy
Hello! Trying to acheive such a config: service1 on port 9000 at host.domain.tld service2 on port 9001 at host1.domain.tld So the containers share the same certs for services. Tried just...
Bug template doesn't really apply, as this issue is about unclear/missing documentation in https://github.com/nginx-proxy/acme-companion/blob/main/docs/Standalone-certificates.md The process to remove a cert added like that is not clear from the documentation. Presumably,...
This commit enables the creation of standalone certificates using the environment variable `LETSENCRYPT_HOST` without using `VIRTUAL_HOST`. @buchdag would you be open to such an idea?
ghcr.io's api doesn't let you see the pull count so I created [ghcr-pulls](https://github.com/ipitio/ghcr-pulls), a daily scraper that updates the count and makes this badge possible. I noticed that you use...
As spotted in #1049, the way certificates are created may have performance concerns when the number of certificates to handle is very important. The fix in #1049 handles certificates in...
Bug description ----------------- Not sure if it is a bug, mainly just unsure of why this is happening and if there's a way to fix it. When my certificates get...
Hello and thanks for such an awesome project. Today I upgraded my compose setup, with Nginx proxy and Acme companion, via `podman-compose pull`. I then restarted these two container with...
Hi there, I’m curious why the `RENEW_PRIVATE_KEYS` option can only be set globally and not on a per-container basis. Wouldn't it make more sense to have this configurable for each...