acme-companion
acme-companion copied to clipboard
Automated ACME SSL certificate generation for nginx-proxy
Bug description ----------------- I followed the documentation to deploy my nginx proxy in a Rasberry Pi 4 (4GB) but I think the documentation is outdated. For example, here https://github.com/nginx-proxy/acme-companion/blob/main/docs/Docker-Compose.md the...
So, just recently i've been getting curl certificate expired errors on my ubuntu 14.04 server, however it works just fine on any other server, including my local machine `curl: (60)...
Trying to figure out why Let's Encrypt (LE) was refusing to give me a new certificate, I wanted to enable logging & using LE stagging environment. ## Bug description When...
The certificate path is also needed when docker daemon mode is `tlsverify` see https://docs.docker.com/engine/security/https/#connecting-to-the-secure-docker-port-using-curl
Edited a few lines in **/app/letsencrypt_service** and **/app/functions.sh** to create wildcard certificate for domain. As of now it only supports wildcard certificate creation over CloudFlare dns and I tested it...
Added shUnit2 to be able to do unit tests and introduce usage of a Makefile to facilitate the development of the project.
When container stops, docker-letsencrypt-nginx-proxy-companion deletes certificates from /etc/nginx/certs (i mounted in a location in host ). Is there any way to prevent it ?
There are a lot of wildly varying examples on the web for using this with Docker compose v3, are there any thoughts about updating the docs to support it?
Bug description ----------------- The container is not able to connect to the outside world through cUrl. As of now i manually used certbot to update and copy over my certificates....
Bug description ----------------- For my internal network (where I cannot get letsencrypt certificates) I've set up a [step-ca server](https://smallstep.com/docs/step-ca) exposing an [ACME endpoint](https://smallstep.com/docs/step-ca/provisioners#acme). This works flawlessly, until the certificates expire...