update: keeping your let’s encrypt certs up-to-date
Last year I posted a simple script for keeping your Let’s Encrypt SSL certificates current. In conjunction with my last post sharing the “best” SSL configs you can use with Apache on CentOS, here is the current state of the cron’d renewal script I use. systemctl stop httpd.service systemctl stop postfix ~/letsencrypt/letsencrypt-auto -t -n –agree-tos –keep…
continue “update: keeping your let’s encrypt certs up-to-date” »