File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ ssd = ":abbr:`SSD (Solid State Disk)`"
112112ssl = " :abbr:`SSL (Secure Sockets Layer)`"
113113stitch-docs = " MongoDB Stitch"
114114tcp = " :abbr:`TCP (Transmission Control Protocol)`"
115- tls-ssl = " :abbr:`TLS (Transport Layer Security)` :abbr:`SSL (Secure Sockets Layer)`"
115+ tls-ssl = " :abbr:`TLS (Transport Layer Security)` / :abbr:`SSL (Secure Sockets Layer)`"
116116tls = " :abbr:`TLS (Transport Layer Security)`"
117117totp = " :abbr:`TOTP (Time-based One-time Password Algorithm)`"
118118udp = " :abbr:`UDP (User Datagram Protocol)`"
Original file line number Diff line number Diff line change 2323- :issue:`MONGOSH-959` – You can now use the ``config.reset`` method to
2424 return to the default configuration settings.
2525
26- - :issue:`MONGOSH-1133` – ``mongosh`` adds a `` --tlsUseSystemCA` `
26+ - :issue:`MONGOSH-1133` – ``mongosh`` adds a :option:` --tlsUseSystemCA`
2727 option that causes ``mongosh`` to attempt to load system
2828 certificates as well as the built-in certificates.
2929
Original file line number Diff line number Diff line change @@ -320,6 +320,13 @@ TLS Options
320320 disabled TLS 1.0, specify ``none`` to
321321 :option:`--tlsDisabledProtocols <--tlsDisabledProtocols>`.
322322
323+ .. option:: --tlsUseSystemCA
324+
325+ Allows ``mongosh`` to load TLS certificates available to the
326+ operating system's certificate authority. Use this option if you want
327+ to use TLS certificates already available to your operating system
328+ without explicitly specifying those certificates to ``mongosh``.
329+
323330Authentication Options
324331----------------------
325332
You can’t perform that action at this time.
0 commit comments