We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80107f commit bfedabcCopy full SHA for bfedabc
content/integrate/redis-data-integration/data-pipelines/prepare-dbs/mongodb.md
@@ -75,7 +75,7 @@ The root CA certificate for MongoDB Atlas must be added as a SOURCE_DB_CACERT se
75
76
- Download the MongoDB Atlas root CA certificate.
77
- In RDI, add this certificate as a secret named SOURCE_DB_CACERT.
78
-- Ensure your connection string includes ssl=true or tls=true and references the CA certificate if required by your deployment.
+- Ensure that the `mongodb.ssl.enabled: true` setting is present in your RDI configuration.
79
80
Example connection string for Atlas:
81
```
0 commit comments