From 4276f34a04fc0c589210cb7f6863d2f91064008f Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Mon, 1 Jun 2015 10:09:32 +0530 Subject: [PATCH] README: fix link to `Strengthening the server security` section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a6c25ab..97a84e2d 100644 --- a/README.md +++ b/README.md @@ -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.