Last active
April 26, 2016 14:09
-
-
Save claudijd/6ce45deabb154ceb7efa to your computer and use it in GitHub Desktop.
Good one-liner for OpenSSL s_server testing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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