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"?