Skip to content

Instantly share code, notes, and snippets.

View jessebobrien's full-sized avatar

Jesse O'Brien jessebobrien

  • Danbury, NH
View GitHub Profile
### Keybase proof
I hereby claim:
* I am jessebobrien on github.
* I am jessebobrien (https://keybase.io/jessebobrien) on keybase.
* I have a public key whose fingerprint is 1161 07BD 9E87 E39E D450 DF4E A550 E0A6 B6F5 FE03
To claim this, I am signing this object:
@jessebobrien
jessebobrien / ssltest.sh
Last active August 29, 2015 13:59
ssltest
#!/bin/bash
# This script is intended to easily check information of a cert and verify validity for at least 60 days
function exit_error()
{
# explain the error and quit.
printf "We experienced a problem: $1"
exit 1
}