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

```yaml environment: VIRTUAL_HOST: mywebsite.io VIRTUAL_PORT: 80 LETSENCRYPT_HOST: mywebsite.io LETSENCRYPT_EMAIL: [email protected] ``` So this is what my environment is set up as, if i try to use a domain like this...

status/needs-more-info

Hi, I hope someone can point me to the right direction to fix this issue. The automatic renewal doesn't work for me, because I'm running jwilders nginx proxy in network...

Hi everyone, recently I'm planning on hosting a Nextcloud server, a Lychee server, a phpbb server and a Wordpress server, which will all be hosted with docker and let's encrypt,...

kind/failing-authorization

I got this error messages: ``` 2019-07-24 08:36:16,908:INFO:simp_le:1479: Generating new certificate private key ACME server returned an error: urn:acme:error:malformed :: The request message was malformed :: Error creating new cert...

kind/letsencrypt

Hello, Thank you for the script! It's very useful! I have a quick question regarding failed signing attempts. Perhaps we are doing something wrong but if we mess up for...

kind/feature-request

Hi there, please, is there any way we can generate ssl certificates for local dev domains, like xxx.test (which are not reachable on the internet)? I can generate SSL certificates...

status/duplicate

Is it possible to combine multiple nginx containers with this letsencrypt image, for example if i have multiple ipv4-adresses on a single docker-host?

Hello! I try to migrate our staging from wildcard to LE. And after initial setup I received error with LE rate limits (there is nearly 50 sub-domains used for now)...

I am using nginx-proxy and nginx-proxy-acme (along with other services). All services run at startup except for nginx-proxy-acme. To get it running I need to manually run docker compose up...

Is there any reason that there hasn't been a tagged release since April? I prefer not to use the `latest` tag, and generally stick to a minor release tag like...