From 8e52412a2e262aa9b13623bdc5a3c20d7e1d6a8b Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Sat, 12 Jul 2014 21:38:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4578fe..031bc60 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Finally, direct your favorite browser to for instance http://localhost:8080/ g++ -O3 -std=c++11 -lboost_system -lssl -lcrypto main_https.cpp -o https_server -Before running the server, an RSA private key (server.key) and a (self-signed) certificate (server.crt) must be created. Follow, for instance, the instructions given here: http://www.akadia.com/services/ssh_test_certificate.html +Before running the server, an RSA private key (server.key) and an SSL certificate (server.crt) must be created. Follow, for instance, the instructions given here (for a self-signed certificate): http://www.akadia.com/services/ssh_test_certificate.html Then to run the server: ./https_server