File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
content/mongodb-shell/source/reference Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -387,10 +387,11 @@ TLS Options
387
387
388
388
.. option:: --tlsUseSystemCA
389
389
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.
394
395
395
396
.. _mongosh-authentication-options:
396
397
You can’t perform that action at this time.
0 commit comments