acme-companion
acme-companion copied to clipboard
Automated ACME SSL certificate generation for nginx-proxy
https://github.com/nginx-proxy/acme-companion/blob/9fbd6684efba2d740f195f12888362307d26bb59/app/letsencrypt_service#L432C5-L432C5 This loop can take a long moment if you have lots of domains/containers. This is a NOT a problem for certificate renewal, but it is for certificate CREATION. This...
Bug description ----------------- My nginx-proxy implementation are having issues with certificate creation. In my observations I do not see the crt and key files inside certs folder. Can anyone give...
Hello, Currently, acme-companion generates a self-signed certificate in `/etc/nginx/certs/default.crt` (`CN=letsencrypt-nginx-proxy-companion`). This certificate is used when a certificate is [missing](https://github.com/nginx-proxy/nginx-proxy#missing-certificate), e.g. when a container is down. It should be possible to...
Hey! Decided to try your awesome library (which has been running successfully on my servers for a long time) on the swarm docker and so far it doesn’t work ```...
### Context I use the 3 container setup (~18 months now) as the entrypoint to a collection of web services hosted in a single node Docker Swarm environment. I use...
Hello, I've been having having issues with my server returning 500 errors in response to https requests. After a bit of investigating I attempted to do a force_renew. From this,...
If the container's `CERT_NAME` environment variable is set, nginx-proxy looks for files `/etc/nginx/certs/$CERT_NAME.crt` and `/etc/nginx/certs/$CERT_NAME.key`. acme-companion should check if `CERT_NAME` is set and generate files with the appropriate names.
When `labels` is used: ``` nginx-acme-1 | Info: running acme-companion version v2.2.1 nginx-acme-1 | Reloading nginx proxy (8263472346723467248264723846872634283746)... ``` When ENV or `volumes_from` is used: `nginx-acme-1 | Reloading nginx proxy...
Ubuntu 22.04 Swarm ``` docker version Client: Version: 20.10.12 API version: 1.41 Go version: go1.16.2 Git commit: 20.10.12-0ubuntu2~20.04.1 Built: Wed Apr 6 02:14:38 2022 OS/Arch: linux/amd64 Context: default Experimental: true...
https://github.com/nginx-proxy/acme-companion/blob/b22b6ef76067949456cb6ae5979f194005c7aa4b/docs/Docker-Compose.md?plain=1#L78 should this line include a -wait before "5s:30s" command: -notify-sighup nginx-proxy -watch -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf