File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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
@@ -196,11 +196,11 @@ You may provide one of the following options to specify the TLS CA certificate:
196196 passed from the MongoDB deployment to the client.
197197 * - ``:ssl_ca_cert_object``
198198 - ``Array<OpenSSL::X509::Certificate>``
199- - An array of objects representing the certificate authority certificates used
200- to validate certs passed from the MongoDB deployment to the client.
199+ - An array of objects representing the CA certificates used
200+ 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, concatenated CA certificates used to validate certificates
203+ - A string containing the PEM-encoded CA certificate used to validate certificates
204204 passed from the MongoDB deployment to the client.
205205
206206Modify the TLS Context
You can’t perform that action at this time.
0 commit comments