@@ -104,6 +104,8 @@ Connection Options
104104 the hostname does not match the ``SAN`` (or ``CN``), the
105105 |mdb-shell| shell fails to connect.
106106
107+ .. _example-connect-mongosh-using-srv:
108+
107109 For :manual:`DNS seedlist connections </reference/connection-string/#dns-seedlist-connection-format/>`,
108110 Specify the connection protocol as ``mongodb+srv``, followed by
109111 the DNS SRV hostname record and any options. The ``authSource``
@@ -127,6 +129,9 @@ Connection Options
127129 :option:`--port <--port>` is not
128130 specified, the |mdb-shell| attempts to connect to port ``27017``.
129131
132+ .. _mongosh-tls:
133+ .. _mongosh-ssl:
134+
130135TLS Options
131136~~~~~~~~~~~
132137
@@ -330,6 +335,8 @@ TLS Options
330335 to use TLS certificates already available to your operating system
331336 without explicitly specifying those certificates to ``mongosh``.
332337
338+ .. _mongosh-authentication-options:
339+
333340Authentication Options
334341----------------------
335342
@@ -345,6 +352,8 @@ Authentication Options
345352 the |mdb-shell| uses the database specified in the connection
346353 string.
347354
355+ .. _mongosh-authentication-mechanisms:
356+
348357.. option:: --authenticationMechanism <name>
349358
350359 *Default*: SCRAM-SHA-1
@@ -463,6 +472,8 @@ Session Options
463472
464473.. disableImplicitSessions
465474
475+ .. _mongosh-client-side-field-level-encryption-options:
476+
466477Client-Side Field Level Encryption Options
467478------------------------------------------
468479
0 commit comments