summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Vehent <julien@linuxwall.info>2015-10-18 08:59:37 -0400
committerJulien Vehent <julien@linuxwall.info>2015-10-18 08:59:37 -0400
commitef3ea77b3b712dd3158e2e26a5044ea0dbe7bb6d (patch)
treee7d078d9d5279d04021e2afa39d447eb483cf836
parentbed4e5bf651e84b581e363de7cdc2ea9c59ec940 (diff)
downloadserver-side-tls-ef3ea77b3b712dd3158e2e26a5044ea0dbe7bb6d.zip
server-side-tls-ef3ea77b3b712dd3158e2e26a5044ea0dbe7bb6d.tar.gz
server-side-tls-ef3ea77b3b712dd3158e2e26a5044ea0dbe7bb6d.tar.bz2
Update index.html
-rw-r--r--ssl-config-generator/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl-config-generator/index.html b/ssl-config-generator/index.html
index 4067b3a..cfbd8e0 100644
--- a/ssl-config-generator/index.html
+++ b/ssl-config-generator/index.html
@@ -539,7 +539,8 @@ frontend ft_test
<div style="clear:both;"></div>
<div id="server-config-text"></div>
<div>
- <p>See also:
+ <p><br />
+ See also:
<ul>
<li><a href="https://wiki.mozilla.org/Security/Server_Side_TLS">Mozilla's Server Side TLS Guidelines</a> for more details on these configurations.</li>
<li><a href="https://github.com/jvehent/cipherscan">Cipherscan</a> and <a href="https://www.ssllabs.com/ssltest/">SSLLabs</a> to test the configuration of live servers</li>