Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit 8e52412

Browse files
committed
Update README.md
1 parent fab0b4c commit 8e52412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Finally, direct your favorite browser to for instance http://localhost:8080/
4141

4242
g++ -O3 -std=c++11 -lboost_system -lssl -lcrypto main_https.cpp -o https_server
4343

44-
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
44+
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
4545

4646
Then to run the server: ./https_server
4747

0 commit comments

Comments
 (0)