Hi everyone. Now, I am trying to setup the nginx web sever with certbot using dns-cloudflare plugin. Is there anyone who can help me how to setup the flow including enroll and renewal of certificates using cron job together with docker-compose setup?
I ran this command:
certbot certonly
--dns-cloudflare
--dns-cloudflare-credentials ~/.secrets/certbot/cloudflare.ini
--dns-cloudflare-propagation-seconds 60
-d example.testlab.com, www.example.testlab.com
It produced this output: I can successfully enroll the certificates, But when I setup the nginx, I faced 520 error but my backend application is running in the background using pm2.
My web server is (include version): nginx/1.18.0 (Ubuntu)
The operating system my web server runs on is (include version): Linux
My hosting provider, if applicable, is: Namecheap with cloudflare setup
I can login to a root shell on my machine (yes or no, or I don't know): yes
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): 1.21.0
Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
I ran this command:
It produced this output:
My web server is (include version):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know):
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
It doesn't sound like the certificate is responsible for this. Usually 520 errors are from something else. As you're using certbot with the certonly subcommand, you've installed the certificate manually, so it's also not a nginx configuration problem caused by Certbot.