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 f4586e6 commit 733522aCopy full SHA for 733522a
source/fundamentals/connection/tls.txt
@@ -205,6 +205,14 @@ in your ``MongoClient``:
205
tlsCertificateKeyFile: `<path to private client key>`,
206
});
207
208
+.. note:: CRL Files
209
+
210
+ Your TLS configuration might require that you present a certificate
211
+ revocation list (CRL) when connecting to MongoDB. Starting in version
212
+ 6.0 of the driver, you can pass the filepath of your CRL file to the
213
+ ``tlsCRLFile`` option in your connection string or your
214
+ ``MongoClientOptions`` instance.
215
216
Create Buffer Objects to Store Certificates
217
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
218
0 commit comments