Removed outdated instructions for creating self-signed certificates

This commit is contained in:
eidheim 2019-07-18 11:18:39 +02:00
commit 9d0fdf2c9a

View file

@ -49,7 +49,7 @@ Direct your favorite browser to for instance http://localhost:8080/
#### HTTPS #### HTTPS
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 Before running the server, an RSA private key (server.key) and an SSL certificate (server.crt) must be created.
Run the server and client examples: `./build/https_examples` Run the server and client examples: `./build/https_examples`