Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Jun 6, 2024
1 parent fb59e55 commit ae11c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Don't worry about setting up Mongo manually; the test suite will handle that for
**Self-signed certificates**

To test CSFLE, you need to mock a KMS provider that supports HTTPS requests. We use [moto](https://github.com/getmoto/moto)
as a KMS mock server running on your localhost. This allows us to set up the required SSL certificates
as a KMS mock server running on localhost. This allows us to set up the required SSL certificates
so that the `pymongo.encryption` classes don't raise any complaints. The current testing certificates
are located in `tests/localhost.*`. The configuration file for the certificates is `/tests/cert.conf`.

Expand Down

0 comments on commit ae11c37

Please sign in to comment.