File tree Expand file tree Collapse file tree 5 files changed +55
-4
lines changed Expand file tree Collapse file tree 5 files changed +55
-4
lines changed Original file line number Diff line number Diff line change @@ -650,6 +650,30 @@ inherit:
650
650
file : options-mongod.yaml
651
651
---
652
652
program : conf
653
+ name : net.ssl.certificateSelector
654
+ type : string
655
+ directive : setting
656
+ replacement :
657
+ program : " :binary:`~bin.mongos` or :binary:`~bin.mongod`"
658
+ directive : " setting"
659
+ inherit :
660
+ name : sslCertificateSelector
661
+ program : mongod
662
+ file : options-mongod.yaml
663
+ ---
664
+ program : conf
665
+ name : net.ssl.clusterCertificateSelector
666
+ type : string
667
+ directive : setting
668
+ replacement :
669
+ program : " :binary:`~bin.mongos` or :binary:`~bin.mongod`"
670
+ directive : " setting"
671
+ inherit :
672
+ name : sslClusterCertificateSelector
673
+ program : mongod
674
+ file : options-mongod.yaml
675
+ ---
676
+ program : conf
653
677
name : net.ssl.PEMKeyFile
654
678
type : string
655
679
directive : setting
@@ -1747,6 +1771,25 @@ description: |
1747
1771
1748
1772
---
1749
1773
program : conf
1774
+ name : security.kmip.clientCertificateSelector
1775
+ directive : setting
1776
+ type : string
1777
+ description : |
1778
+
1779
+ .. versionadded:: 4.0
1780
+
1781
+ Specifies the selector and value to search when using Windows or
1782
+ macOS system certificate store mechanisms for client certificates.
1783
+
1784
+ This option must be followed by a key value pair indicated by
1785
+ <parameter>=<value>. In this case, <parameter> is the name of the
1786
+ selector.
1787
+
1788
+ .. include:: /includes/option-ssl-certificateSelector.rst
1789
+
1790
+ .. include:: /includes/fact-enterprise-only-admonition.rst
1791
+ ---
1792
+ program : conf
1750
1793
name : security.kmip.keyIdentifier
1751
1794
directive : setting
1752
1795
type : string
Original file line number Diff line number Diff line change @@ -477,6 +477,8 @@ Key Management Configuration Options
477
477
478
478
.. include:: /includes/option/setting-conf-security.kmip.clientCertificatePassword.rst
479
479
480
+ .. include:: /includes/option/setting-conf-security.kmmip.clientCertificateSelector.rst
481
+
480
482
.. include:: /includes/option/setting-conf-security.kmip.serverCAFile.rst
481
483
482
484
``security.sasl`` Options
Original file line number Diff line number Diff line change @@ -344,6 +344,8 @@ Encryption Key Management Options
344
344
345
345
.. include:: /includes/option/option-mongod-kmipClientCertificatePassword.rst
346
346
347
+ .. include:: /includes/option/option-mongod-kmipClientCertificateSelector.rst
348
+
347
349
.. include:: /includes/option/option-mongod-kmipServerCAFile.rst
348
350
349
351
Text Search Options
Original file line number Diff line number Diff line change @@ -56,13 +56,17 @@ settings, including:
56
56
.. versionadded:: 4.0
57
57
58
58
- :option:`--sslCertificateSelector <mongo --sslCertificateSelector>` option if you
59
- wish to use the system store for clients running on Mac or Windows.
59
+ wish to use the system store for clients running on macOS or Windows.
60
+
61
+ .. include:: /includes/extracts/mongo-ssl-options-configure.rst
62
+
63
+ .. include:: /includes/extracts/clients-warning-sslCAFile.rst
60
64
61
65
For a complete list of the :binary:`~bin.mongo` shell's TLS/SSL settings, see
62
66
:ref:`mongo-shell-ssl`.
63
67
64
- Using System Stores for Storing Keys and Certificates for Mac and Windows
65
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68
+ Using System Stores for Storing Keys and Certificates for macOS and Windows
69
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
70
67
71
.. include:: /includes/ssl-trusted-store.rst
68
72
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ Procedures
112
112
113
113
.. versionadded:: 4.0
114
114
115
- Using System Stores for Storing Keys and Certificates for Mac and Windows
115
+ Using System Stores for Storing Keys and Certificates for macOS and Windows
116
116
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
117
117
118
118
.. include:: /includes/ssl-trusted-store.rst
You can’t perform that action at this time.
0 commit comments