Skip to content

Commit 2bea71d

Browse files
K8s: Update routes.md (#2232)
* Update routes.md add information for finding DMC cert outside of UI * Update content/operate/kubernetes/networking/routes.md --------- Co-authored-by: Kaitlyn Michael <[email protected]>
1 parent 418b54f commit 2bea71d

File tree

1 file changed

+2
-2
lines changed
  • content/operate/kubernetes/networking

1 file changed

+2
-2
lines changed

content/operate/kubernetes/networking/routes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ OpenShift routes allow requests to be routed to the database or cluster API from
1616

1717
* 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.
1818

19-
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.
19+
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.
2020

2121
* Your database also needs TLS encryption enabled.
2222

@@ -55,4 +55,4 @@ To connect with `openssl`:
5555

5656
```sh
5757
openssl s_client -connect <hostname>:443 -crlf -CAfile ./ca.pem -servername <hostname>
58-
```
58+
```

0 commit comments

Comments
 (0)