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

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

status/needs-more-info

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

status/needs-more-info

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

type/feat
status/pr-needs-tests

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

type/feat
status/pr-needs-docs
status/pr-needs-tests

Added shUnit2 to be able to do unit tests and introduce usage of a Makefile to facilitate the development of the project.

type/test

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 ?

status/needs-more-info

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?

type/docs

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

scope/arm

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