Skip to content

Instantly share code, notes, and snippets.

@Kibo
Created April 3, 2014 12:37
Check expiration date
# convert to PEM
openssl pkcs12 -in YOUR_CERTS.pfx -out tempcrt.pem
# check expiration date
openssl x509 -in tempcrt.pem -noout -enddate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment