Skip to content

Commit 10a0a08

Browse files
(DOCSP-21000): tlsUseSystemCA option (#187)
* (DOCSP-21000): tlsUseSystemCA option * add link to option in release notes * wording * tls/ssl replacement formatting * tweaks * address review comments
1 parent dc36c76 commit 10a0a08

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ssd = ":abbr:`SSD (Solid State Disk)`"
112112
ssl = ":abbr:`SSL (Secure Sockets Layer)`"
113113
stitch-docs = "MongoDB Stitch"
114114
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)`"
116116
tls = ":abbr:`TLS (Transport Layer Security)`"
117117
totp = ":abbr:`TOTP (Time-based One-time Password Algorithm)`"
118118
udp = ":abbr:`UDP (User Datagram Protocol)`"

source/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ v1.2.1
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

source/reference/options.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
323330
Authentication Options
324331
----------------------
325332

0 commit comments

Comments
 (0)