From 9d0fdf2c9a7264c70cb264f8fe36fb302560fa36 Mon Sep 17 00:00:00 2001 From: eidheim Date: Thu, 18 Jul 2019 11:18:39 +0200 Subject: [PATCH] Removed outdated instructions for creating self-signed certificates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1db283e..4043694 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Direct your favorite browser to for instance http://localhost:8080/ #### 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`