Skip to content

Commit f6dbe8e

Browse files
committed
DOCS-14360 correct missing kmipClientCertificateSelector support
1 parent cfb39f8 commit f6dbe8e

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
@@ -1002,9 +1002,8 @@ and macOS for internal TLS/SSL communication within a cluster.
10021002
The option :option:`--kmipClientCertificateSelector <mongod
10031003
--kmipClientCertificateSelector>`
10041004
(:setting:`security.kmip.clientCertificateSelector`) allows
1005-
:binary:`~bin.mongod` and :binary:`~bin.mongos` to use system TLS/SSL
1006-
certificate stores for Windows and macOS when using TLS/SSL connection to the
1007-
KMIP server.
1005+
:binary:`~bin.mongod` to use system TLS/SSL certificate stores for
1006+
Windows and macOS when using TLS/SSL connection to the KMIP server.
10081007

10091008
.. _4.0-deprecate-mmapv1:
10101009

0 commit comments

Comments
 (0)