diff --git a/document_root/index.html b/document_root/index.html index 158bf48..0ca7f7c 100644 --- a/document_root/index.html +++ b/document_root/index.html @@ -106,7 +106,11 @@ virtual hosting.

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