From 1b35a8decbc9cc353cbffc3cc47c0e7f77d203b1 Mon Sep 17 00:00:00 2001 From: Jonathan Salomon <56251201+joniredis@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:56:27 +0300 Subject: [PATCH] Update tls-ssl.md (#2681) * Update tls-ssl.md Added note to clarify that PEM bundle contains multiple TLS certificates. * Update content/rc/security/database-security/tls-ssl.md --------- Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com> --- content/rc/security/database-security/tls-ssl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/rc/security/database-security/tls-ssl.md b/content/rc/security/database-security/tls-ssl.md index ad5b34a47f0..bf0ce29a914 100644 --- a/content/rc/security/database-security/tls-ssl.md +++ b/content/rc/security/database-security/tls-ssl.md @@ -111,6 +111,10 @@ The download contains a file called `redis_ca.pem`, which includes the following - Publicly trusted GlobalSign Root CA +{{}} +The downloaded PEM file contains multiple certificates. Make sure to import **all** certificates to your client trust store. If your client code is not implemented properly, it may only import the first certificate. +{{}} + To inspect the certificates in `redis_ca.pem`, run the `keytool` command: ```sh