From 1b6e1591ed296e05e31e2d2dfa5d4d47799d8fa5 Mon Sep 17 00:00:00 2001 From: Tharanidk Date: Thu, 31 Oct 2024 14:44:09 +0530 Subject: [PATCH] fix SSL certificate key size --- .../adding-a-custom-proxy-path.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/docs/install-and-setup/setup/setting-up-proxy-server-and-the-load-balancer/adding-a-custom-proxy-path.md b/en/docs/install-and-setup/setup/setting-up-proxy-server-and-the-load-balancer/adding-a-custom-proxy-path.md index 5819db68c3..5de34096d3 100644 --- a/en/docs/install-and-setup/setup/setting-up-proxy-server-and-the-load-balancer/adding-a-custom-proxy-path.md +++ b/en/docs/install-and-setup/setup/setting-up-proxy-server-and-the-load-balancer/adding-a-custom-proxy-path.md @@ -50,7 +50,7 @@ reverse proxy server fronting the back-end service. prompted when creating the private key. ```bash - sudo openssl genrsa -des3 -out server.key 1024 + sudo openssl genrsa -des3 -out server.key 2048 ``` 5. Next, create the certificate signing request as shown below.