Update ssl certificate on Ubuntu using certbot
Assumption: Certificate installed on Apache2 Server on Port 80.
sudo service apache2 stop
sudo certbot renew
Upon step 2 success the new certificates will be placed under:/etc/letsencrypt/live/yoursite.com/fullchain.pem
- Restart Apache 2 server
sudo service apache2 start
(Optional) Override the cert files in the original directory for Apache 2. These can be located in the .conf
file for your server config.
{{ 'Comments (%count%)' | trans {count:count} }}
{{ 'Comments are closed.' | trans }}