Skip to content

Instantly share code, notes, and snippets.

@nanmu42
Created August 30, 2019 05:58
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 nanmu42/54f1ae703b2c0e722a16423dd6980092 to your computer and use it in GitHub Desktop.
Save nanmu42/54f1ae703b2c0e722a16423dd6980092 to your computer and use it in GitHub Desktop.
Check valid date of certificate
echo | openssl s_client -servername www.github.com -connect www.github.com:443 2>/dev/null | openssl x509 -noout -dates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment