Skip to content

Instantly share code, notes, and snippets.

View bms8197's full-sized avatar

Bogdan Stoica bms8197

View GitHub Profile
@bms8197
bms8197 / check-certs.sh
Last active May 16, 2019 10:41 — forked from cgmartin/check-certs.sh
Bash SSL Certificate Expiration Check
#!/bin/bash
#
# Usage: check-certs.sh domain.name
#
TARGET="$@";
RECIPIENT="my-email-address@domain.tld";
DAYS=30;