Skip to content

Commit eda3b48

Browse files
DOCSP-42405-enable-tlsUseSystemCA (#12386)
* DOCSP-42405-enable-tlsUseSystemCA * add hyperlink * removed default term
1 parent bff5995 commit eda3b48

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/mongodb-shell/source/reference/options.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,11 @@ TLS Options
387387

388388
.. option:: --tlsUseSystemCA
389389

390-
Allows ``mongosh`` to load TLS certificates available to the
391-
operating system's certificate authority. Use this option if you want
392-
to use TLS certificates already available to your operating system
393-
without explicitly specifying those certificates to ``mongosh``.
390+
Allows ``mongosh`` to load TLS certificates already available to the
391+
operating system's certificate authority without explicitly specifying the
392+
certificates to the shell. This behavior is always enabled and cannot be
393+
turned off. :option:`--tlsUseSystemCA <--tlsUseSystemCA>` can still be set
394+
for backward compatibility, but it has no effect.
394395

395396
.. _mongosh-authentication-options:
396397

0 commit comments

Comments
 (0)