Skip to content

Commit 7efc7d3

Browse files
committed
DOCS-14360 correct missing kmipClientCertificateSelector support
1 parent 46b6ed8 commit 7efc7d3

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

source/reference/configuration-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2699,7 +2699,7 @@ Key Management Configuration Options
26992699
*Type*: string
27002700

27012701

2702-
.. versionadded:: 4.0
2702+
.. versionadded:: 4.0 (and 4.2.15)
27032703

27042704
Available on Windows and macOS as an alternative to
27052705
:setting:`security.kmip.clientCertificateFile`.
@@ -2715,7 +2715,7 @@ Key Management Configuration Options
27152715
where the property can be one of the following:
27162716

27172717
.. include:: /includes/extracts/ssl-facts-certificate-selector-properties.rst
2718-
2718+
27192719
.. include:: /includes/fact-enterprise-only-admonition.rst
27202720

27212721

source/reference/program/mongod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3223,7 +3223,7 @@ Encryption Key Management Options
32233223
.. option:: --kmipClientCertificateSelector <string>
32243224

32253225

3226-
.. versionadded:: 4.0
3226+
.. versionadded:: 4.0 (and 4.2.15)
32273227

32283228
Available on Windows and macOS as an alternative to
32293229
:option:`--kmipClientCertificateFile`.

source/release-notes/4.0.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,9 +1046,8 @@ and macOS for internal TLS/SSL communication within a cluster.
10461046
The option :option:`--kmipClientCertificateSelector <mongod
10471047
--kmipClientCertificateSelector>`
10481048
(:setting:`security.kmip.clientCertificateSelector`) allows
1049-
:binary:`~bin.mongod` and :binary:`~bin.mongos` to use system TLS/SSL
1050-
certificate stores for Windows and macOS when using TLS/SSL connection to the
1051-
KMIP server.
1049+
:binary:`~bin.mongod` to use system TLS/SSL certificate stores for
1050+
Windows and macOS when using TLS/SSL connection to the KMIP server.
10521051

10531052
.. _4.0-deprecate-mmapv1:
10541053

0 commit comments

Comments
 (0)