diff --git a/document_root/css/starter-template.css b/document_root/css/starter-template.css index b8261ed..477af3a 100644 --- a/document_root/css/starter-template.css +++ b/document_root/css/starter-template.css @@ -5,3 +5,7 @@ body { padding: 40px 15px; text-align: left; } +table.sslip { + border-spacing: 10px 2px; + border-collapse: separate; +} diff --git a/document_root/index.html b/document_root/index.html index f869815..7e4b342 100644 --- a/document_root/index.html +++ b/document_root/index.html @@ -36,14 +36,21 @@ come first in the head; any other head content must come *after* these tags -->
Wildcard - DNS and Valid SSL Certificates for Everyone.
sslip.io - combines a wildcard DNS matched with a valid wildcard SSL certificate and - key to provide valid SSL certificates.
Your server's fully-qualified domain name (FQDN) will the - format w-x-y-z.sslip.io, where "w-x-y-z" is the IPv4 address - of your server, with dashes rather than dots separating each octet.
-For example, this web server's FQDN is
Free + wildcard DNS and Valid SSL Certificates for Everyone.
+sslip.io combines a wildcard DNS matched with a valid wildcard + SSL certificate and key to provide trusted SSL connections.
Your server's fully-qualified domain name + (FQDN) will be a mash-up of your server's IP address and the + sslip.io domain. Here are some examples:
FQDN | Resolves to this IP Address |
---|---|
52-0-56-137.sslip.io | 52.0.56.137 |
127-0-0-1.sslip.io | 127.0.0.1 |
www-10-1-1-2.sslip.io | 10.1.1.2 |
console-192-168-0-1.sslip.io | 192.168.0.1 |