Skip to content

Instantly share code, notes, and snippets.

@claudijd
Last active April 26, 2016 14:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save claudijd/6ce45deabb154ceb7efa to your computer and use it in GitHub Desktop.
Save claudijd/6ce45deabb154ceb7efa to your computer and use it in GitHub Desktop.
Good one-liner for OpenSSL s_server testing
openssl req -nodes -x509 -newkey rsa:2048 -keyout server.pem -out server.pem -days 1 && openssl s_server -tls1 -www -accept 1337
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment