From 4ad7a654ac4f839d6a02d433192b4d7ae1cf9d77 Mon Sep 17 00:00:00 2001
From: Brian Cunnie  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.What is 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.