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 d268119 commit 9226c34Copy full SHA for 9226c34
source/client-side-encryption/client-side-encryption.rst
@@ -688,9 +688,9 @@ server TLS connections. The TLS options MUST enable setting a custom client
688
certificate, equivalent to the `tlsCertificateKeyFile` URI option.
689
690
Drivers SHOULD provide API that is consistent with configuring TLS options for
691
-MongoDB server TLS connections. New API to support the options MUST be
692
-independent of the KMS provider to permit future extension. The following is an
693
-example:
+MongoDB server TLS connections. New API to support the TLS options MUST support
+future addition of KMS providers without requiring a driver API change.
+The following is an example:
694
695
.. code:: typescript
696
0 commit comments