From 879b388b0d6ab6f1e487ad724ca3011cb519b8c3 Mon Sep 17 00:00:00 2001 From: rugk Date: Thu, 25 Aug 2016 17:04:31 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 341d408..a2b663e 100644 --- a/FAQ.md +++ b/FAQ.md @@ -80,7 +80,7 @@ However people have different security requirements and sometimes a fast way to There are many guides and test tools, which may help you how to setup HTTPS. Here are some recommendations: * There is no need to buy a SSL certificate. You can get one for free from [Let's Encrypt](https://letsencrypt.org/) or [StartCom](https://startssl.com/). * Use [Mozilla's config generator](https://mozilla.github.io/server-side-tls/ssl-config-generator/) to create a strong configuration. (we recommend the "Modern" configuration) -* Test your server configuration with [SSLLabs](https://www.ssllabs.com/ssltest/). +* Test your server configuration with [SSLLabs](https://www.ssllabs.com/ssltest/). You should try to achieve A+ (it's possible, really!). ### How to fix "There is no suitable CSPRNG installed on your system"?