@@ -258,8 +258,8 @@ Options
258258
259259 This option is required when using the :option:`--ssl` option to connect
260260 to a :binary:`~bin.mongod` or :binary:`~bin.mongos` that has
261- :setting:`~net.ssl .CAFile` enabled *without*
262- :setting:`~net.ssl .allowConnectionsWithoutCertificates`.
261+ :setting:`~net.tls .CAFile` enabled *without*
262+ :setting:`~net.tls .allowConnectionsWithoutCertificates`.
263263
264264 .. include:: /includes/extracts/uri-used-with-sslpemkeyfile.rst
265265
@@ -299,7 +299,7 @@ Options
299299
300300 Bypasses the validation checks for server certificates and allows
301301 the use of invalid certificates. When using the
302- :setting:`~net.ssl .allowInvalidCertificates` setting, MongoDB logs as a
302+ :setting:`~net.tls .allowInvalidCertificates` setting, MongoDB logs as a
303303 warning the use of the invalid certificate.
304304
305305 .. include:: /includes/extracts/ssl-facts-invalid-cert-warning-clients.rst
@@ -657,7 +657,7 @@ Options
657657
658658 - *Legacy index key values* are any values for
659659 :ref:`index type <index-types>` that are
660- :ref:` no longer supported<3.4-index-validation>` . For example,
660+ no longer supported. For example,
661661 ``1`` and ``-1`` are valid index key values, but ``0`` or an empty
662662 string are legacy values. With ``--convertLegacyIndexes``
663663 specified, any legacy index key values found are rewritten as
0 commit comments