I noticed I haven’t updated my previous post on keeping my Let’s Encrypt certs updated since building-out a couple new servers.
systemctl stop httpd.service /bin/certbot renew --preferred-challenges http-01,dns-01 --must-staple systemctl start httpd.service systemctl restart postfix
Not a big change, but one worth making
If you haven’t installed certbot
yet, you should