Skip to content

Commit 7c2534e

Browse files
(DOCSP-10361): Add mongodb shell options (#8)
* (DOCSP-10361): Add mongodb shell options * trying username option * Removing option directive
1 parent 7601e88 commit 7c2534e

File tree

5 files changed

+425
-12
lines changed

5 files changed

+425
-12
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Starting in version 4.4, :binary:`~bin.mongod` / :binary:`~bin.mongos`
2+
logs a warning on connection if the presented x.509 certificate expires
3+
within ``30`` days of the ``mongod/mongos`` host system time.

source/includes/fact-ssl-see-more.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
To learn more about |tls-ssl| and MongoDB, see
2+
:manual:`Configure mongod and mongos for TLS/SSL
3+
</tutorial/configure-ssl>` and
4+
:manual:`TLS/SSL Configuration for Clients
5+
</tutorial/configure-ssl-clients>`.

source/reference.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Reference
99
.. toctree::
1010
:titlesonly:
1111

12-
/reference/settings
12+
/reference/options
1313
/reference/methods
1414
/reference/logging

0 commit comments

Comments
 (0)