Skip to content

Instantly share code, notes, and snippets.

@n8foo
Created April 17, 2015 02:56
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 n8foo/a336287b9acbd1a04972 to your computer and use it in GitHub Desktop.
Save n8foo/a336287b9acbd1a04972 to your computer and use it in GitHub Desktop.
openssl shortcuts
# check date of certificate on remote site
echo | openssl s_client -connect ssl.example.com:443 | openssl x509 -noout -dates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment