diff options
-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(){ |