Skip to content

Instantly share code, notes, and snippets.

@tague
Created June 4, 2018 21:59
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 tague/7958c5e73901a5c078341000c70ff272 to your computer and use it in GitHub Desktop.
Save tague/7958c5e73901a5c078341000c70ff272 to your computer and use it in GitHub Desktop.
OpenSSL test Redis Connection Sample
openssl s_client -host [endpoint name] -port [endpoint port number] -cert redislabs_user.crt -key redislabs_user_private.key -CAfile redislabs_ca.pem -crlf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment