Updating Certificates

Its that time again, to renew the SSL Cert with LetsEncrypt.     Following the renew instructions here https://certbot.eff.org/all-instructions/#freebsd-none-of-the-above Essentially main steps are to stop Apache so it can bind to port 80 or 443. sudo apachectl stop sudo certbot renew -dry-run sudo certbot renew sudo apachectl start Assuming all goes well, the new cert … Continue reading Updating Certificates