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 the PowerDNS Challenge Provider, domain names are sorted alphabetically, resulting in 403 forbidden errors as the certbot plugin tries to resolve to the first sorted domain (which is a subdomain)
Nginx Proxy Manager Version
v.2.10.4
To Reproduce
Steps to reproduce the behavior:
Create a Certificate Request for example.com, aaa.example.com, bbb.example.com
Request the certificate and see in the error message that NPM re-ordered the domain names to aaa.example.com, bbb.example.com, example.com
Expected behavior
NPM should respect the order in the Request List
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug When using the PowerDNS Challenge Provider, domain names are sorted alphabetically, resulting in 403 forbidden errors as the certbot plugin tries to resolve to the first sorted domain (which is a subdomain)
Nginx Proxy Manager Version v.2.10.4
To Reproduce Steps to reproduce the behavior:
example.com
,aaa.example.com
,bbb.example.com
aaa.example.com
,bbb.example.com
,example.com
Expected behavior NPM should respect the order in the Request List
Operating System Debian 12