Skip to content

Commit 40e7c29

Browse files
author
Dave
authored
DOCSP-20148 fix missing ref link (#176)
* DOCSP-20148 fix missing ref link * Change include * Fix substitution
1 parent 37fa05d commit 40e7c29

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

source/includes/fact-ssl-see-more.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
To learn more about |tls-ssl| and MongoDB, see
2-
:manual:`Configure mongod and mongos for TLS/SSL
3-
</tutorial/configure-ssl>` and
4-
:manual:`TLS/SSL Configuration for Clients
5-
</tutorial/configure-ssl-clients>`.
1+
To learn more about TLS/SSL and MongoDB, see:
2+
3+
- :manual:`Configure mongod and mongos for TLS/SSL
4+
</tutorial/configure-ssl>`
5+
- :manual:`TLS/SSL Configuration for Clients
6+
</tutorial/configure-ssl-clients>`

source/reference/options.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ TLS Options
171171

172172
See :ref:`ssl-certificate-password`.
173173

174-
.. include:: /includes/extracts/ssl-facts-see-more.rst
174+
.. include:: /includes/fact-ssl-see-more.rst
175175

176176
.. option:: --tlsCAFile <filename>
177177

@@ -183,15 +183,15 @@ TLS Options
183183
Specify the file name of the :file:`.pem` file using relative or
184184
absolute paths.
185185

186-
.. include:: /includes/extracts/ssl-facts-see-more.rst
186+
.. include:: /includes/fact-ssl-see-more.rst
187187

188188
.. option:: --tlsCRLFile <filename>
189189

190190
Specifies the :file:`.pem` file that contains the Certificate
191191
Revocation List. Specify the file name of the :file:`.pem` file
192192
using relative or absolute paths.
193193

194-
.. include:: /includes/extracts/ssl-facts-see-more.rst
194+
.. include:: /includes/fact-ssl-see-more.rst
195195

196196
.. option:: --tlsAllowInvalidHostnames
197197

@@ -200,7 +200,7 @@ TLS Options
200200
the |mdb-shell| to connect to MongoDB instances even if the hostname
201201
in the server certificates do not match the server's host.
202202

203-
.. include:: /includes/extracts/ssl-facts-see-more.rst
203+
.. include:: /includes/fact-ssl-see-more.rst
204204

205205
.. option:: --tlsAllowInvalidCertificates
206206

@@ -240,7 +240,7 @@ TLS Options
240240
the validation of the hostname in the |tls-ssl| certificates, see
241241
:option:`--tlsAllowInvalidHostnames <--tlsAllowInvalidHostnames>`.
242242

243-
.. include:: /includes/extracts/ssl-facts-see-more.rst
243+
.. include:: /includes/fact-ssl-see-more.rst
244244

245245
.. option:: --tlsCertificateSelector <parameter>=<value>
246246

0 commit comments

Comments
 (0)