My domain is: ainashemmy.xyz
I ran this command: sudo snap install --classic certbot
sudo ln -s /snap/bin/certbot /usr/bin/certbot
email=ainashemmy@gmail.com
fqn=ainashemmy.xyz
sudo certbot certonly --standalone -d $fqn. --non-interactive --agree-tos -m $email
sudo chown -R $USER:$USER /etc/letsencrypt/
It produced this output: sudo chown -R $USER:$USER /etc/letsencrypt/Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for ainashemmy.xyz
Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Domain: ainashemmy.xyz
Type: connection
Detail: 207.180.211.43: Fetching http://ainashemmy.xyz/.well-known/acme-challenge/vLah2bY9MUMykYbzaqzEiJfiRsqQNg46oJdl4WZ5nbE: Timeout during connect (likely firewall problem)
Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 80. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet.
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.
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): yes
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): 2.8.0