File tree Expand file tree Collapse file tree 6 files changed +30
-21
lines changed Expand file tree Collapse file tree 6 files changed +30
-21
lines changed Original file line number Diff line number Diff line change @@ -1774,20 +1774,10 @@ program: conf
1774
1774
name : security.kmip.clientCertificateSelector
1775
1775
directive : setting
1776
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
1777
+ inherit :
1778
+ name : kmipClientCertificateSelector
1779
+ program : mongod
1780
+ file : options-mongod.yaml
1791
1781
---
1792
1782
program : conf
1793
1783
name : security.kmip.keyIdentifier
Original file line number Diff line number Diff line change @@ -2875,5 +2875,25 @@ post: |
2875
2875
2876
2876
For the corresponding configuration file setting, see
2877
2877
:setting:`cloud.monitoring.free.tag`.
2878
+ ---
2879
+ program : mongod
2880
+ name : kmipClientCertificateSelector
2881
+ args : <string>
2882
+ directive : option
2883
+ optional : true
2884
+ description : |
2885
+
2886
+ .. versionadded:: 4.0
2887
+
2888
+ Specifies the selector and value to search when using Windows or
2889
+ macOS system certificate store mechanisms for client certificates.
2890
+
2891
+ This option must be followed by a key value pair indicated by
2892
+ <parameter>=<value>. In this case, <parameter> is the name of the
2893
+ selector.
2894
+
2895
+ .. include:: /includes/option-ssl-certificateSelector.rst
2896
+
2897
+ .. include:: /includes/fact-enterprise-only-admonition.rst
2878
2898
2879
2899
...
Original file line number Diff line number Diff line change @@ -412,6 +412,7 @@ Core Options
412
412
port: <string>
413
413
clientCertificateFile: <string>
414
414
clientCertificatePassword: <string>
415
+ clientCertificateSelector: <string>
415
416
serverCAFile: <string>
416
417
ldap:
417
418
servers: <string>
@@ -457,6 +458,7 @@ Key Management Configuration Options
457
458
port: <string>
458
459
clientCertificateFile: <string>
459
460
clientCertificatePassword: <string>
461
+ clientCertificateSelector: <string>
460
462
serverCAFile: <string>
461
463
462
464
.. include:: /includes/option/setting-conf-security.enableEncryption.rst
@@ -477,7 +479,7 @@ Key Management Configuration Options
477
479
478
480
.. include:: /includes/option/setting-conf-security.kmip.clientCertificatePassword.rst
479
481
480
- .. include:: /includes/option/setting-conf-security.kmmip .clientCertificateSelector.rst
482
+ .. include:: /includes/option/setting-conf-security.kmip .clientCertificateSelector.rst
481
483
482
484
.. include:: /includes/option/setting-conf-security.kmip.serverCAFile.rst
483
485
Original file line number Diff line number Diff line change @@ -340,12 +340,10 @@ Encryption Key Management Options
340
340
341
341
.. include:: /includes/option/option-mongod-kmipPort.rst
342
342
343
- .. include:: /includes/option/option-mongod-kmipClientCertificateFile .rst
343
+ .. include:: /includes/option/option-mongod-kmipClientCertificateSelector .rst
344
344
345
345
.. include:: /includes/option/option-mongod-kmipClientCertificatePassword.rst
346
346
347
- .. include:: /includes/option/option-mongod-kmipClientCertificateSelector.rst
348
-
349
347
.. include:: /includes/option/option-mongod-kmipServerCAFile.rst
350
348
351
349
Text Search Options
Original file line number Diff line number Diff line change @@ -58,9 +58,8 @@ settings, including:
58
58
- :option:`--sslCertificateSelector <mongo --sslCertificateSelector>` option if you
59
59
wish to use the system store for clients running on macOS or Windows.
60
60
61
- .. include:: /includes/extracts/mongo-ssl-options-configure.rst
61
+ .. include:: /includes/extracts/ssl-facts- mongo-ssl-options-configure.rst
62
62
63
- .. include:: /includes/extracts/clients-warning-sslCAFile.rst
64
63
65
64
For a complete list of the :binary:`~bin.mongo` shell's TLS/SSL settings, see
66
65
:ref:`mongo-shell-ssl`.
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Procedures
113
113
.. versionadded:: 4.0
114
114
115
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
119
119
You can’t perform that action at this time.
0 commit comments