Skip to content

Commit df26079

Browse files
committed
DOCSP-29947: Removed stylized text from titles (#687)
(cherry picked from commit 2a8734a)
1 parent 9cfa055 commit df26079

File tree

1 file changed

+6
-6
lines changed
  • source/fundamentals/connection

1 file changed

+6
-6
lines changed

source/fundamentals/connection/tls.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ You can reference your certificates in the following ways:
146146

147147
.. _node-tls-securecontext:
148148

149-
Create a ``SecureContext`` Object to Store Certificates
150-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
149+
Create a SecureContext Object to Store Certificates
150+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
151151

152152
We recommend that you use the ``secureContext`` option to configure
153153
your TLS connection. ``SecureContext`` objects are native to Node.js
@@ -202,8 +202,8 @@ in your ``MongoClient``:
202202
tlsCertificateKeyFile: `<path to private client key>`,
203203
});
204204

205-
Create ``Buffer`` Objects to Store Certificates
206-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
205+
Create Buffer Objects to Store Certificates
206+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
207207

208208
You can pass the contents of your certificate files as ``Buffer``
209209
objects in your client options to connect with TLS.
@@ -225,8 +225,8 @@ files and pass the resulting ``Buffer`` objects as options in your
225225

226226
.. _node-securecontext-full-example:
227227

228-
``SecureContext`` Example
229-
-------------------------
228+
SecureContext Example
229+
---------------------
230230

231231
This example shows how to create a ``SecureContext`` object and
232232
a ``MongoClient`` instance that includes TLS options. The example

0 commit comments

Comments
 (0)