-
-
Save kostyll/8efcede1375e7021044ba209f32a0b00 to your computer and use it in GitHub Desktop.
Good one-liner for OpenSSL s_server testing
This file contains hidden or 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