Porkbun.com DNS Challenge error

Using Nginx Proxy Manager. trying to setup a wildcard VPN with DNS validation
Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --cert-name "npm-21" --agree-tos --email "ahmaserver@gmail.com" --domains "ahmaguinee.com" --authenticator dns-porkbun --dns-porkbun-credentials "/etc/letsencrypt/credentials/credentials-21"
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.

at ChildProcess.exithandler (node:child_process:397:12)
at ChildProcess.emit (node:events:390:28)
at maybeClose (node:internal/child_process:1064:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)
1 Like

The DNSSEC setup for this domain is misconfigured.

Try disabling DNSSEC at the domain registrar. Optionally, you can then try set it up again.

3 Likes

Thank you. That fix it. How did you figure that out ?

2 Likes

See what it says after his username? :wink:

5 Likes

I ran a test via Let's Debug to find the issue with DNSSEC :slight_smile: .

3 Likes

@_az
Didn't you write the program that is being given full credit in the solution?
[ so modest! ]

Years of study and related work will always make it simpler to reach such solutions.

3 Likes

Thank you

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.