From e6362909d4249b2dac7046c24bfa79634bc625a1 Mon Sep 17 00:00:00 2001 From: imanhoque <75953937+imanhoque@users.noreply.github.com> Date: Tue, 14 Oct 2025 10:26:21 -0400 Subject: [PATCH 1/2] Update routes.md add information for finding DMC cert outside of UI --- content/operate/kubernetes/networking/routes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/operate/kubernetes/networking/routes.md b/content/operate/kubernetes/networking/routes.md index cf2dfaefcc..f26ded2131 100644 --- a/content/operate/kubernetes/networking/routes.md +++ b/content/operate/kubernetes/networking/routes.md @@ -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 by default, and save it as a file (for example, named "ca.pem") on the client machine. * Your database also needs TLS encryption enabled. @@ -55,4 +55,4 @@ To connect with `openssl`: ```sh openssl s_client -connect :443 -crlf -CAfile ./ca.pem -servername - ``` \ No newline at end of file + ``` From 0ed7981ede7d49cfbbf0616f8ad90fa995e7c745 Mon Sep 17 00:00:00 2001 From: Kaitlyn Michael <76962844+kaitlynmichael@users.noreply.github.com> Date: Tue, 14 Oct 2025 07:35:09 -0700 Subject: [PATCH 2/2] Update content/operate/kubernetes/networking/routes.md --- content/operate/kubernetes/networking/routes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/kubernetes/networking/routes.md b/content/operate/kubernetes/networking/routes.md index f26ded2131..d4bf9775b3 100644 --- a/content/operate/kubernetes/networking/routes.md +++ b/content/operate/kubernetes/networking/routes.md @@ -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, or from the machine at /etc/opt/redislabs/proxy_cert.pem by default, 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.