diff options
author | Julien Vehent <julien@linuxwall.info> | 2015-10-18 08:56:02 -0400 |
---|---|---|
committer | Julien Vehent <julien@linuxwall.info> | 2015-10-18 08:56:02 -0400 |
commit | bed4e5bf651e84b581e363de7cdc2ea9c59ec940 (patch) | |
tree | 749d97bf899acfb8949304bac3f782c1b357d72d | |
parent | 40fa977f1d805f95c22360f8abece2374a28bf24 (diff) | |
download | server-side-tls-bed4e5bf651e84b581e363de7cdc2ea9c59ec940.zip server-side-tls-bed4e5bf651e84b581e363de7cdc2ea9c59ec940.tar.gz server-side-tls-bed4e5bf651e84b581e363de7cdc2ea9c59ec940.tar.bz2 |
Improved "see also" section
-rw-r--r-- | ssl-config-generator/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ssl-config-generator/index.html b/ssl-config-generator/index.html index a210ea1..4067b3a 100644 --- a/ssl-config-generator/index.html +++ b/ssl-config-generator/index.html @@ -539,7 +539,13 @@ frontend ft_test <div style="clear:both;"></div> <div id="server-config-text"></div> <div> - <p><a href="https://wiki.mozilla.org/Security/Server_Side_TLS">More details on these security profiles</a> - <a href="https://github.com/mozilla/server-side-tls">Report issues, submit pull requests and fork code here</a></p> + <p>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> + <li>Report issues and propose improvements to this generator <a href="https://github.com/mozilla/server-side-tls">on GitHub</a></li> + </ul> + </p> </div> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |