Skip to content

Instantly share code, notes, and snippets.

@felipekm
Created April 3, 2018 13:45
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 felipekm/2f2ce7d3ead8f7f8e57bcbe96a4e1b58 to your computer and use it in GitHub Desktop.
Save felipekm/2f2ce7d3ead8f7f8e57bcbe96a4e1b58 to your computer and use it in GitHub Desktop.
Check TLS/SSL version
#!/bin/bash
openssl ciphers -v | awk '{print $2}' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment