Skip to content

Commit

Permalink
Update tls-ssl.md (#2681)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
joniredis and cmilesb authored Jul 17, 2023
1 parent 155a475 commit 1b35a8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/rc/security/database-security/tls-ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ The download contains a file called `redis_ca.pem`, which includes the following

- Publicly trusted GlobalSign Root CA

{{<note>}}
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.
{{</note>}}

To inspect the certificates in `redis_ca.pem`, run the `keytool` command:

```sh
Expand Down

0 comments on commit 1b35a8d

Please sign in to comment.