Skip to content

Commit 733522a

Browse files
authored
DOCSP-32517: describe tlsCRLFile option (#752)
* DOCSP-32517: describe tlsCRLFile option * move note
1 parent f4586e6 commit 733522a

File tree

1 file changed

+8
-0
lines changed
  • source/fundamentals/connection

1 file changed

+8
-0
lines changed

source/fundamentals/connection/tls.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,14 @@ in your ``MongoClient``:
205205
tlsCertificateKeyFile: `<path to private client key>`,
206206
});
207207

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+
208216
Create Buffer Objects to Store Certificates
209217
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
210218

0 commit comments

Comments
 (0)