From 89eec733fe2e4d9ca50855a41b9ab1fadf2ac0db Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sat, 29 Aug 2015 08:54:14 -0700 Subject: [PATCH] sysadmins can cut-and-paste curl commands ...to download keys and certificates --- document_root/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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