Update ssl certificate on Ubuntu using certbot

 ssl header

Assumption: Certificate installed on Apache2 Server on Port 80.

  1. sudo service apache2 stop
  2. sudo certbot renew
    Upon step 2 success the new certificates will be placed under: /etc/letsencrypt/live/yoursite.com/fullchain.pem
  3. 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.

{{ message }}

{{ 'Comments are closed.' | trans }}