From cff6807f49b4dd151d627a94d0347519ba03e955 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Mon, 11 Aug 2014 10:08:19 +0200 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fbbe50..a8bd6ec 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Also, direct your favorite browser to for instance http://localhost:8080/ #### HTTPS -g++ -O3 -std=c++11 -lboost_system -lssl -lcrypto https_examples -o https_examples +g++ -O3 -std=c++11 -lboost_system -lssl -lcrypto https_examples.cpp -o https_examples 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