Skip to content

Commit 610f989

Browse files
committed
formatting edits
1 parent 0246516 commit 610f989

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/connect/tls.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

206206
Modify the TLS Context

0 commit comments

Comments
 (0)