Certbot-auto exits without any error nor output

I am using Amazon Linux AMI server and when I run
sudo ./certbot-auto certonly --standalone -d www.example.com
it doesn’t do anything. Neither it generates log file not certs. It didn’t even ask for email, etc.

You could try uninstalling/reinstalling certbot-auto.

That is weird.

Could you try this?

sudo bash -x ./certbot-auto certonly --standalone -d www.example.com

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