Check SSL certificate expiration using bash and cURL
I have a few environments where Certbot (and similar) scripts cannot renew SSL certificates without manual intervention, but I still need to know when the certificates are getting close to their expiration date. This bash script will check a certificate’s expiration date, using cURL, and …