Skip to content

Instantly share code, notes, and snippets.

@hongjonghwa
Created August 21, 2020 09:35
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 hongjonghwa/63f3533f31187656298b97e8ee71b90b to your computer and use it in GitHub Desktop.
Save hongjonghwa/63f3533f31187656298b97e8ee71b90b to your computer and use it in GitHub Desktop.
find . -type f -name "*.pem" -print0 | xargs -0 -I{} openssl x509 -enddate -noout -in {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment