Y
Hacker News
new
|
ask
|
show
|
jobs
by
bifurcation
4070 days ago
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