diff --git a/content/operate/kubernetes/networking/routes.md b/content/operate/kubernetes/networking/routes.md index cf2dfaefcc..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 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. @@ -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 + ```