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 …
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 …
Music: Great White, Guns ‘n’ Roses, Pink Floyd, Five Finger Deathpunch, Mötley Crüe, AC/DC, Rammstein Drink coffee, 3L Open 4-6 SSH sessions Do Ubuntu from 16 > 18 > 20 …
Compare files in the two directories, and only report differences: diff -q path-1/ path-2/ Compare files in the two directories and their sub-directories, only reporting differences: diff -qr path-1/ path-2/ …