You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
Yes
Are you sure you're not using someone else's docker image?
Yes
Have you searched for similar issues (both open and closed)?
Yes
Describe the bug
When using a wildcard ssl certificate (entered as *.domain.tld on the domain field) then NPM can retrieve and manually renew the cert, but fails to renew it automatically. This happened since I got that certificate over the course of multiple versions of NPM.
I always get a mail from LE telling me my cert will run out that's how I noticed that something is not working.
My domain provider is INWX, all certificates with specified domains renew without issue.
Nginx Proxy Manager Version
2.9.6
To Reproduce
Steps to reproduce the behavior:
Go to 'SSL Certificates'
Click on 'Add SSL Certificate' -> 'Let's Encrypt', enter *.domain.tld as domain name
Toggle 'Use a DNS Challenge', enter your INWX network credentials, a cert should be retrieved
Wait close to three months for the cert to expire (or get certbox to renew somehow without manually renewing within the UI)
See that renew fails
If necessary to reproduce, I can provide a domain to test as I have as long as the domain and the credentials are used responsible.
Expected behavior
The certificate gets renewed just like all other certificates
Screenshots
Operating System
Debian 10
Additional context
This is what docker logs tell me:
[8/3/2021] [4:11:36 PM] [SSL ] › ℹ info Renewing SSL certs close to expiry...
[8/3/2021] [4:12:07 PM] [SSL ] › ✖ error Error: Command failed: certbot renew --non-interactive --quiet --config "/etc/letsencrypt.ini" --preferred-challenges "dns,http" --disable-hook-validation
Failed to renew certificate npm-37 with error: Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA. You may need to use an authenticator plugin that can do challenges over DNS.
All renewals failed. The following certificates could not be renewed:
The text was updated successfully, but these errors were encountered:
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
When using a wildcard ssl certificate (entered as *.domain.tld on the domain field) then NPM can retrieve and manually renew the cert, but fails to renew it automatically. This happened since I got that certificate over the course of multiple versions of NPM.
I always get a mail from LE telling me my cert will run out that's how I noticed that something is not working.
My domain provider is INWX, all certificates with specified domains renew without issue.
Nginx Proxy Manager Version
2.9.6
To Reproduce
Steps to reproduce the behavior:
*.domain.tld
as domain nameIf necessary to reproduce, I can provide a domain to test as I have as long as the domain and the credentials are used responsible.
Expected behavior
The certificate gets renewed just like all other certificates
Screenshots

Operating System
Debian 10
Additional context
This is what
docker logs
tell me:The text was updated successfully, but these errors were encountered: