@@ -104,6 +104,8 @@ Connection Options
104
104
the hostname does not match the ``SAN`` (or ``CN``), the
105
105
|mdb-shell| shell fails to connect.
106
106
107
+ .. _example-connect-mongosh-using-srv:
108
+
107
109
For :manual:`DNS seedlist connections </reference/connection-string/#dns-seedlist-connection-format/>`,
108
110
Specify the connection protocol as ``mongodb+srv``, followed by
109
111
the DNS SRV hostname record and any options. The ``authSource``
@@ -127,6 +129,9 @@ Connection Options
127
129
:option:`--port <--port>` is not
128
130
specified, the |mdb-shell| attempts to connect to port ``27017``.
129
131
132
+ .. _mongosh-tls:
133
+ .. _mongosh-ssl:
134
+
130
135
TLS Options
131
136
~~~~~~~~~~~
132
137
@@ -330,6 +335,8 @@ TLS Options
330
335
to use TLS certificates already available to your operating system
331
336
without explicitly specifying those certificates to ``mongosh``.
332
337
338
+ .. _mongosh-authentication-options:
339
+
333
340
Authentication Options
334
341
----------------------
335
342
@@ -345,6 +352,8 @@ Authentication Options
345
352
the |mdb-shell| uses the database specified in the connection
346
353
string.
347
354
355
+ .. _mongosh-authentication-mechanisms:
356
+
348
357
.. option:: --authenticationMechanism <name>
349
358
350
359
*Default*: SCRAM-SHA-1
@@ -463,6 +472,8 @@ Session Options
463
472
464
473
.. disableImplicitSessions
465
474
475
+ .. _mongosh-client-side-field-level-encryption-options:
476
+
466
477
Client-Side Field Level Encryption Options
467
478
------------------------------------------
468
479
0 commit comments