Hi everyone!
I am trying to add my SSL-certificate to a Nginx proxy via Let's encrypt and DNS Challenge. After filling out all the fields and trying to add a certificate, the action results in a timeout. The certificate is shown as inactive and gets automatically deleted soon after the error message.
DDNS is left disabled on the Porkbun domain control panel.
If this matters, the Nginx instance is running in a docker container on a TrueNas host.
I would appreciate any help!
Below is the log from the container: My domain is: vladdy.dev Certbot Version: 3.2.0 I ran this command:
these certificates were automatically generated by Porkbun when I bought the domain. As far as I understand, to use them for wildcard names and automatic certificate renewal in Nginx, I need to add via SSL Certificates>Add SSL Certificate>Let's encrypt and then as follows:
And you actually replaced the your-porkbun-api-key and your-porkbun-api-secret with your actual API key and API secret, right?
Also, it seems like your domain is still in some kind of "Parked" status at Porkbun.. So not sure what you're trying to run on your NPM, but it's probably not going to work while your domain is still "parked".
Right, I used the key and the secret generated on Porkbun and activated API access for the domain.
Not sure what you mean with the "parked" status. I am trying to use the certificates generated to encrypt my traffic between the proxy the my local services.
I don't know exactly, just thinking out loud here.
Without the actual error message which Nginx Proxy Manager doesn't show by default, it's hard to say what's actually causing the problem.
NPM is notoriously difficult to debug because they've developed it in such an absurdly complex way that you need to manually fetch the mentioned Certbot log file to know what's actually going on with the certificate process.
Personally I detest everything written in JavaScript that's not used in HTML and especially NPM due to their lack of any intelligence with regard to the Certbot error processing.