README: fix link to Strengthening the server security section

This commit is contained in:
Sameer Naik 2015-06-01 10:09:32 +05:30
parent 5b9b6774e8
commit 4276f34a04

View File

@ -474,7 +474,7 @@ To secure your application via SSL you basically need two things:
- **Private key (.key)**
- **SSL certificate (.crt)**
When using CA certified certificates, these files are provided to you by the CA. When using self-signed certificates you need to generate these files yourself. Skip to [Strengthening the server security](#using-https-with-a-load-balancer) section if you are armed with CA certified SSL certificates.
When using CA certified certificates, these files are provided to you by the CA. When using self-signed certificates you need to generate these files yourself. Skip to [Strengthening the server security](#strengthening-the-server-security) section if you are armed with CA certified SSL certificates.
Jump to the [Using HTTPS with a load balancer](#using-https-with-a-load-balancer) section if you are using a load balancer such as hipache, haproxy or nginx.