acme-companion icon indicating copy to clipboard operation
acme-companion copied to clipboard

Automated ACME SSL certificate generation for nginx-proxy

Results 68 acme-companion issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps alpine from 3.15.4 to 3.16.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.15.4&new-version=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...

type/build

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...

type/feat
status/pr-needs-tests

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

type/docs

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?

kind/feature-request
kind/letsencrypt

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).

type/feat
status/pr-needs-tests

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.

type/feat

(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...