Skip to content

Instantly share code, notes, and snippets.

View chilledornaments's full-sized avatar

Mitchell chilledornaments

View GitHub Profile
@chilledornaments
chilledornaments / check-certs.sh
Last active January 20, 2020 08:48 — forked from cgmartin/check-certs.sh
Bash SSL Certificate Expiration Check
#!/bin/bash
TARGETS=(
'example.com'
'example.net'
'example.org'
)
SLACK_URL='Your incoming webhook'. # 'https://hooks.slack.com/services/SOMETHING/SOMETHING ELSE'
emoji=":terminator:"
uname="CERT CHECKER"
channel="#alerts"