Updated FAQ (markdown)

rugk 2016-08-25 17:04:31 +02:00
parent e634efd2c7
commit 879b388b0d

2
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 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/). * 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) * 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"? ### How to fix "There is no suitable CSPRNG installed on your system"?