Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbroshi <michael.broshi@mathworks.com>2019-03-20 21:49:48 +0300
committermbroshi <michael.broshi@mathworks.com>2019-03-20 21:49:48 +0300
commit8dbcc8e1ab0ddad3318646d323184c119e3b8f1d (patch)
tree7a4b4e67ed9736de824345b5a66d35bdee2f6401
parent36d1a9d3d8bf3ed98652f32bd531d5273dfc029b (diff)
Add https to self-signed cert instruction link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b0a0610..3c0aa97 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ cd ..
### WSS
-Before running the WSS-examples, 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 WSS-examples, 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): https://www.akadia.com/services/ssh_test_certificate.html
Then:
```