fixed typo
This commit is contained in:
parent
bfa0946ff9
commit
cff6807f49
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue