acme-companion
acme-companion copied to clipboard
Automated ACME SSL certificate generation for nginx-proxy
Bumps alpine from 3.15.4 to 3.16.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Allow to override day to renew the cert. Certificate from some CA like Buypass has 180 days lifetime, so you might want to renew it at day 170 instead of...
Bug description ----------------- I have two wordpress container and two domain. abc.com -> container 1 123.com -> container 2 When I only running the `container 1` with domain `abc.com`, everything...
hi, i try to run this in 3 container setup with a wordpress docker container but it does not work this is my docker-compose file `version: '2' services: db: container_name:...
in docker compose version 3 the volumes_from function is removed. Therefore another way is needed to connect both containers together. One option is to use the NGINX_PROXY_CONTAINER env variable
Hello, I'm stuck with this prod issue for couple of days and it is hurting a customer now. So if anyone would be kind enough to help - I'd really...
On January 27 letsencrypt will make star certificates fully available via the ACME v2 protocol. Are you planning on adding support for this?
These changes allows optional usage of domain validation through http-01 challenge in [acme.sh stateless mode](https://github.com/acmesh-official/acme.sh/wiki/Stateless-Mode).
This is a replacement for the PR #739 Feat https://github.com/nginx-proxy/acme-companion/pull/612 Closes https://github.com/nginx-proxy/acme-companion/issues/571 Allows to drop a `dev` branch.
(Bug)? description ----------------- During the start, the default certificate is present for all domains (certificate named "letsencrypt-nginx-proxy-companion") I currently have around 30 domains, it's take time, so I receive alerts...