I am often asked "how do you make sure your SSL certificates are valid?" My simple answer: I have built an icinga2 check for it :-)
it is a simple Bashscript that gets triggerd once a day.
#!/bin/bash
#Created by ♞ Raffael Willems@im-c.de
echo "Raffis SSL Cert Checker running..."
if printf...