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://www.todomaster.co/, https://todomaster.co/), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: todomaster.co
I ran this command:
sudo certbot certonly --webroot -w /var/www/html -d todomaster.co -d www.todomaster.co
It produced this output:
IMPORTANT NOTES:
Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/todomaster.co/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/todomaster.co/privkey.pem
Your cert will expire on 2020-12-09. To obtain a new or tweaked
version of this certificate in the future, simply run certbot
again. To non-interactively renew all of your certificates, run
âcertbot renewâ
If you like Certbot, please consider supporting our work by:
As @JuergenAuer pointed out, you used certonly, which only acquires a certificate. You also used --webroot, which uses your running webserver to acquire your certificate. You still need to âinstallâ your certificate, enable https, and create redirects from http to https.
can you guide me how can I âinstallâ certificate, enable https, and create redirects from http to https.
how can I check Is your apache configuration fairly âstandardâ (unmodified)?
sudo certbot certificates
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Found the following certs:
Certificate Name: todomaster.co
Domains: todomaster.cowww.todomaster.co
Expiry Date: 2020-12-09 05:08:38+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/todomaster.co/fullchain.pem
Private Key Path: /etc/letsencrypt/live/todomaster.co/privkey.pem
sudo certbot --reinstall
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Certbot doesnât know how to automatically configure the web server on this system. However, it can still get a certificate for you. Please run âcertbot certonlyâ to do so. Youâll need to manually configure your web server to use the resulting certificate.