File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/integrate/redis-data-integration/data-pipelines/prepare-dbs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ The root CA certificate for MongoDB Atlas must be added as a SOURCE_DB_CACERT se
75
75
76
76
- Download the MongoDB Atlas root CA certificate.
77
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 .
78
+ - Ensure that the ` mongodb. ssl.enabled: true` setting is present in your RDI configuration .
79
79
80
80
Example connection string for Atlas:
81
81
```
82
- mongodb+srv://${SOURCE_DB_USERNAME}:${SOURCE_DB_PASSWORD}@cluster0.mongodb.net/?authSource=admin&tls=true
82
+ mongodb+srv://${SOURCE_DB_USERNAME}:${SOURCE_DB_PASSWORD}@cluster0.mongodb.net/?authSource=admin
83
83
```
84
84
85
85
## 6. Network and Security
You can’t perform that action at this time.
0 commit comments