Skip to content

Instantly share code, notes, and snippets.

@zglozman
Created July 2, 2018 17:59
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 zglozman/3c2e09a2675464f94218bad97cafbdf2 to your computer and use it in GitHub Desktop.
Save zglozman/3c2e09a2675464f94218bad97cafbdf2 to your computer and use it in GitHub Desktop.
find expiration of x509
locate x509.pem | grep x509| while read f; do echo $f; openssl x509 -in "$f" -text | grep After;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment