acme-companion
acme-companion copied to clipboard
Automated ACME SSL certificate generation for nginx-proxy
Bug description ----------------- I have old domains: - a.com.my - a.com.au - a.com - a.com.uk want to redirect: - b.com respectively with subdomains currently I did redirection in upstream nginx...
Using a vanilla three container solutions with Whoami for testing, nothing custom. The only thing that's causing this issue is an AWS EC2 instance running inside an IPv6 only PVC,...
Hi, I was looking for my vhost.d file and observe the `/.well-known/acme-challenge/` part write on top of my config part. I think the code making that is here : https://github.com/nginx-proxy/acme-companion/blob/013005aca149220af75f4366708f56a8a7d348ef/app/functions.sh#L126-L136...
Hello @buchdag I have added the support for DNS challenges, as it's supported by acme.sh and with minor changes to the `acme-companion` code base. Could you review this pull request...
Bug description ----------------- After the latest update to v2.2.10 , noticed that I am getting "Error: no ACME account was found or registered". Reverting back to v2.2.9 and it works...
With cgroup v2, CID can be read from /proc/self/mountinfo OCI specification defines that hostname must be set with UTS namespace. http://wking.github.io/opencontainer-runtime-spec/#_hostname Podman set the hostname of container running in a...
The SSL certificates for the websites will not update anymore. I tried updating the containers already. Error logs ``` Creating/renewal website certificates... (website) Using CA: https://acme-v02.api.letsencrypt.org/directory Creating domain key The...
Bug description ----------------- The companion has been working fine for the last 6 months I've been using it, but I setup a new service last week, and the SSL certificate...
Blocked until https://github.com/actions/download-artifact/issues/249 is fixed.
This is a proposed fix for #1049. It orders the containers being iterated over by descending creation timestamp (most recent first) instead of by ascending certificate domain name. Closes #1049