Skip to content

Instantly share code, notes, and snippets.

@speier
Created September 19, 2016 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save speier/0636271079b1f719353745b903c9013e to your computer and use it in GitHub Desktop.
Save speier/0636271079b1f719353745b903c9013e to your computer and use it in GitHub Desktop.
check certs end date
for i in *.pem; do echo -n "$i >>> "; openssl x509 -enddate -noout -in $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment