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: technoreso.com
I ran this command: certbot certonly -a webroot -w /var/www/html -d technoreso.com -d www.technoreso.com
It produced this output:Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for technoreso.com and www.technoreso.com
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/technoreso.com/fullchain.pem
Key is saved at: /etc/letsencrypt/live/technoreso.com/privkey.pem
This certificate expires on 2024-03-27.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically renew this certificate in the background.
If you like Certbot, please consider supporting our work by:
- Donating to ISRG / Let's Encrypt: Donate - Let's Encrypt
- Donating to EFF: Support EFF's Work on Let's Encrypt | Electronic Frontier Foundation
root@host:~# sudo certbot renew
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/technoreso.com.conf
Certificate not yet due for renewal
The following certificates are not due for renewal yet:
/etc/letsencrypt/live/technoreso.com/fullchain.pem expires on 2024-03-27 (skipped)
No renewals were attempted.
root@host:~# certbot certonly --force-renew -d technoreso.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log
How would you like to authenticate with the ACME CA?
1: Spin up a temporary webserver (standalone)
2: Place files in webroot directory (webroot)
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2
Requesting a certificate for technoreso.com
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/technoreso.com-0001/fullchain.pem
Key is saved at: /etc/letsencrypt/live/technoreso.com-0001/privkey.pem
This certificate expires on 2024-03-27.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically renew this certificate in the background.
My web server is (include version): Linux 5.15.0-67-generic on x86_64
The operating system my web server runs on is (include version): Ubuntu Linux 22.04.3
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): Webmin 2.105 |
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): N.A.