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