Unable to obtain certificate for new subdomain (404)

My domain is: penpot.azazel.fun

I ran this command: certbot -v

It produced this output: https://gist.github.com/Azazelrus/aaefb163ba47362fcb0942395edebda8

My web server is (include version): nginx/1.24.0 (Ubuntu)

The operating system my web server runs on is (include version): Ubuntu 24.04.1 LTS

My hosting provider, if applicable, is: kingservers.com

I can login to a root shell on my machine (yes or no, or I don't know): yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 2.9.0

1 Like

Welcome @Azazelrus

Would you show output of this? Only the Certbot output, not the whole log. The log was helpful but not (yet) for this test. Thanks

sudo certbot certonly --nginx --dry-run -d penpot.azazel.fun --nginx-sleep-seconds 5
4 Likes

Unexpectedly, adding --nginx-sleep-seconds 5 solved the problem, thank you!

3 Likes

And dry run was successful.

1 Like

Terrific. Looks like you already got a production cert. Do you need anything else?

4 Likes

No, thanks. everything is fine now.

3 Likes

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