Skip to content

Instantly share code, notes, and snippets.

@binhqd
Created June 5, 2019 09:01
Show Gist options
  • Save binhqd/08b5a30c1e2ce561ea38b84825e61035 to your computer and use it in GitHub Desktop.
Save binhqd/08b5a30c1e2ce561ea38b84825e61035 to your computer and use it in GitHub Desktop.
Check SSL Expiration
echo | openssl s_client -servername www.shellhacks.com -connect kontumtrade.gov.vn: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