@@ -38,7 +38,7 @@ To learn how to configure your MongoDB deployment for TLS, see the
3838 This page assumes prior knowledge of TLS/SSL and access to valid certificates.
3939 A full description of TLS/SSL, PKI (Public Key Infrastructure) certificates, and
4040 CAs is beyond the scope of this documentation. To learn more about TLS, see the
41- Wikipedia entry for :wikipedia:`Transport Layer Security<Transport_Layer_Security>` .
41+ Wikipedia entry for :wikipedia:`Transport Layer Security <Transport_Layer_Security>` .
4242
4343.. _ruby-enable-tls:
4444
@@ -200,7 +200,7 @@ You may provide one of the following options to specify the TLS CA certificate:
200200 to validate certificates passed from the MongoDB deployment to the client.
201201 * - ``:ssl_ca_cert_string``
202202 - ``String``
203- - A string containing the PEM-encoded CA certificate used to validate certificates
203+ - A string containing one PEM-encoded CA certificate used to validate certificates
204204 passed from the MongoDB deployment to the client.
205205
206206Modify the TLS Context
@@ -220,10 +220,10 @@ to be used for TLS:
220220 :start-after: start-modify-context
221221 :end-before: end-modify-context
222222
223- To learn more about the TLS context options available, see the Ruby
223+ The {+driver-short+} TLS options are based on native Ruby handling of SSL. To
224+ learn more about the TLS context options available, see the Ruby
224225documentation for
225- `SSLContext <https://ruby-doc.org/stdlib-2.7.0/libdoc/openssl/rdoc/OpenSSL/SSL/SSLContext.html>`__ ,
226- which the {+driver-short+} TLS options are based on.
226+ `SSLContext <https://ruby-doc.org/stdlib-2.7.0/libdoc/openssl/rdoc/OpenSSL/SSL/SSLContext.html>`__.
227227
228228OCSP Verification
229229-----------------
0 commit comments