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)`"
112
112
ssl = " :abbr:`SSL (Secure Sockets Layer)`"
113
113
stitch-docs = " MongoDB Stitch"
114
114
tcp = " :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)`"
116
116
tls = " :abbr:`TLS (Transport Layer Security)`"
117
117
totp = " :abbr:`TOTP (Time-based One-time Password Algorithm)`"
118
118
udp = " :abbr:`UDP (User Datagram Protocol)`"
Original file line number Diff line number Diff line change 23
23
- :issue:`MONGOSH-959` – You can now use the ``config.reset`` method to
24
24
return to the default configuration settings.
25
25
26
- - :issue:`MONGOSH-1133` – ``mongosh`` adds a `` --tlsUseSystemCA` `
26
+ - :issue:`MONGOSH-1133` – ``mongosh`` adds a :option:` --tlsUseSystemCA`
27
27
option that causes ``mongosh`` to attempt to load system
28
28
certificates as well as the built-in certificates.
29
29
Original file line number Diff line number Diff line change @@ -320,6 +320,13 @@ TLS Options
320
320
disabled TLS 1.0, specify ``none`` to
321
321
:option:`--tlsDisabledProtocols <--tlsDisabledProtocols>`.
322
322
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
+
323
330
Authentication Options
324
331
----------------------
325
332
You can’t perform that action at this time.
0 commit comments