From 4ad7a654ac4f839d6a02d433192b4d7ae1cf9d77 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sat, 29 Aug 2015 13:44:01 -0700 Subject: [PATCH] Good feedback from Brendan --- document_root/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/document_root/index.html b/document_root/index.html index a5dc567..c120ba7 100644 --- a/document_root/index.html +++ b/document_root/index.html @@ -75,8 +75,10 @@ come first in the head; any other head content must come *after* these tags -->

What is it?

sslip.io is a special DNS domain that maps crafted hostnames to IP addresses (e.g. 192-168-0-1.sslip.io resolves to 192.168.0.1). - Combined with a valid wildcard SSL certificate, it provides trusted SSL connections - to your webserver, your docker registry, etc.... All in a matter of seconds.

+ Combined with a valid sslip.io wildcard SSL certificate installed on your server, it allows + your server to present a valid SSL certificate when browsed to using the + crafted sslip.io hostname. It works for your webserver, your docker registry, etc.... + All in a matter of seconds.

How do I use it?

First, find your server's IP address to determine its sslip.io hostname

@@ -124,7 +126,7 @@ server { ssl_certificate /etc/ssl/sslip.io.chained.crt.pem; ssl_certificate_key /etc/ssl/sslip.io.key.pem; -

Finally, restart your webserver and browse to its sslip.io address

+

Finally, restart your webserver and browse to its sslip.io address via HTTPS

Admire the beautiful green lock in your browser's address bar.