Skip to content

Commit

Permalink
Update tls-ssl.md
Browse files Browse the repository at this point in the history
Added note to clarify that PEM bundle contains multiple TLS certificates.
  • Loading branch information
joniredis authored Jul 15, 2023
1 parent 155a475 commit 5560bed
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, so please make sure to import **all** certificates to your client trust store. Client code often imports the first certficate only unless done properly.
{{</note>}}

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

```sh
Expand Down

0 comments on commit 5560bed

Please sign in to comment.