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. crt.sh | 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: www.eweblets.com
I ran this command:
$ sudo snap install --classic certbot
$ sudo ln -s /snap/bin/certbot /usr/bin/certbot
$ sudo certbot --nginx
$ sudo certbot renew --dry-run
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/www.eweblets.com.conf
Account registered.
Simulating renewal of an existing certificate for www.eweblets.com
Congratulations, all simulated renewals succeeded:
/etc/letsencrypt/live/www.eweblets.com/fullchain.pem (success)
My web server is (include version): NGINX 1.24.0
The operating system my web server runs on is (include version): Ubuntu 24.04
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): 2.7.4
I just installed certbot a few hours ago and it works perfectly well. I followed the Ubuntu instructions at Certbot Instructions | Certbot
My question: If I add new sites at a later time, do I need to execute the following again or are there special instructions on how new domains are added? I did not find this info in the FAQ or online. Thank you.
$ sudo certbot --nginx