Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bifurcation
on May 1, 2015
|
parent
|
context
|
favorite
| on:
Deprecating Non-Secure HTTP
openssl req -new -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem
openssl s_server -accept 8000 -key key.pem -cert cert.pem -HTTP
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
openssl s_server -accept 8000 -key key.pem -cert cert.pem -HTTP