You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/storage/mongodb.rst
+88Lines changed: 88 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,93 @@ To start the MongoDB container, run:
42
42
43
43
For more information on Docker and ``docker compose``, see the `Docker Compose documentation`_.
44
44
45
+
Using MongoDB with SSL/TLS
46
+
--------------------------
47
+
48
+
For secure connections to remote MongoDB instances (such as Amazon DocumentDB, MongoDB Atlas, or production deployments), you can use SSL/TLS certificates.
49
+
50
+
Amazon DocumentDB Example
51
+
~~~~~~~~~~~~~~~~~~~~~~~~~
52
+
53
+
Amazon DocumentDB requires SSL/TLS connections with a certificate file. Here's how to configure ChatterBot:
0 commit comments