Skip to content

Commit c065008

Browse files
committed
DOCS-14360 correct missing kmipClientCertificateSelector support
1 parent eed9862 commit c065008

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
@@ -2734,7 +2734,7 @@ Key Management Configuration Options
27342734
*Type*: string
27352735

27362736

2737-
.. versionadded:: 4.0
2737+
.. versionadded:: 4.0 (and 4.2.15 and 4.4.7)
27382738

27392739
Available on Windows and macOS as an alternative to
27402740
:setting:`security.kmip.clientCertificateFile`.
@@ -2750,7 +2750,7 @@ Key Management Configuration Options
27502750
where the property can be one of the following:
27512751

27522752
.. include:: /includes/extracts/ssl-facts-certificate-selector-properties.rst
2753-
2753+
27542754
.. include:: /includes/fact-enterprise-only-admonition.rst
27552755

27562756

source/reference/program/mongod.txt

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

33473347

3348-
.. versionadded:: 4.0
3348+
.. versionadded:: 4.0 (and 4.2.15 and 4.4.7)
33493349

33503350
Available on Windows and macOS as an alternative to
33513351
:option:`--kmipClientCertificateFile`.

source/release-notes/4.0.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,9 +1005,8 @@ and macOS for internal TLS/SSL communication within a cluster.
10051005
The option :option:`--kmipClientCertificateSelector <mongod
10061006
--kmipClientCertificateSelector>`
10071007
(:setting:`security.kmip.clientCertificateSelector`) allows
1008-
:binary:`~bin.mongod` and :binary:`~bin.mongos` to use system TLS/SSL
1009-
certificate stores for Windows and macOS when using TLS/SSL connection to the
1010-
KMIP server.
1008+
:binary:`~bin.mongod` to use system TLS/SSL certificate stores for
1009+
Windows and macOS when using TLS/SSL connection to the KMIP server.
10111010

10121011
.. _4.0-deprecate-mmapv1:
10131012

0 commit comments

Comments
 (0)