From 89eec733fe2e4d9ca50855a41b9ab1fadf2ac0db Mon Sep 17 00:00:00 2001
From: Brian Cunnie
Second, download sslip.io's SSL certificate and key from GitHub
Download the SSL key (sslip.io.key.pem) and wildcard SSL certificate chain (sslip.io.chained.crt.pem) - from GitHub.
+ from GitHub. You may use curl if you prefer the command line: ++curl -OL https://raw.githubusercontent.com/cunnie/sslip.io/master/ssl/sslip.io.key.pem +curl -OL https://raw.githubusercontent.com/cunnie/sslip.io/master/ssl/sslip.io.chained.crt.pem +
Third, configure the webserver with your sslip.io hostname, SSL certificate, and SSL key