Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/operate/kubernetes/networking/routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ OpenShift routes allow requests to be routed to the database or cluster API from

* Before you can connect to your database from outside the cluster, you'll need the root CA certificate of the DMC Proxy server to validate the server certificate.

By default, the DMC Proxy uses a self-signed certificate. You can retrieve it from the Redis Enterprise admin console and save it as a file (for example, named "ca.pem") on the client machine.
By default, the DMC Proxy uses a self-signed certificate. You can retrieve it from the Redis Enterprise admin console, or from the machine at `/etc/opt/redislabs/proxy_cert.pem` (default location), and save it as a file (for example, named "ca.pem") on the client machine.

* Your database also needs TLS encryption enabled.

Expand Down Expand Up @@ -55,4 +55,4 @@ To connect with `openssl`:

```sh
openssl s_client -connect <hostname>:443 -crlf -CAfile ./ca.pem -servername <hostname>
```
```
Loading