Skip to content

DOCSP-32517: describe tlsCRLFile option #752

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions source/fundamentals/connection/tls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,14 @@ in your ``MongoClient``:
tlsCertificateKeyFile: `<path to private client key>`,
});

.. note:: CRL Files

Your TLS configuration might require that you present a certificate
revocation list (CRL) when connecting to MongoDB. Starting in version
6.0 of the driver, you can pass the filepath of your CRL file to the
``tlsCRLFile`` option in your connection string or your
``MongoClientOptions`` instance.

Create Buffer Objects to Store Certificates
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down