Skip to content

Commit f8bdce7

Browse files
committed
DOCS-14360 correct missing kmipClientCertificateSelector support
1 parent 50e4820 commit f8bdce7

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
@@ -2707,7 +2707,7 @@ Key Management Configuration Options
27072707
*Type*: string
27082708

27092709

2710-
.. versionadded:: 4.0
2710+
.. versionadded:: 4.0 (and 4.2.15, 4.4.7, and 5.0)
27112711

27122712
Available on Windows and macOS as an alternative to
27132713
:setting:`security.kmip.clientCertificateFile`.
@@ -2723,7 +2723,7 @@ Key Management Configuration Options
27232723
where the property can be one of the following:
27242724

27252725
.. include:: /includes/extracts/ssl-facts-certificate-selector-properties.rst
2726-
2726+
27272727
.. include:: /includes/fact-enterprise-only-admonition.rst
27282728

27292729

source/reference/program/mongod.txt

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

33493349

3350-
.. versionadded:: 4.0
3350+
.. versionadded:: 4.0 (and 4.2.15, 4.4.7, and 5.0)
33513351

33523352
Available on Windows and macOS as an alternative to
33533353
:option:`--kmipClientCertificateFile`.

source/release-notes/4.0.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,9 +1027,8 @@ and macOS for internal TLS/SSL communication within a cluster.
10271027
The option :option:`--kmipClientCertificateSelector <mongod
10281028
--kmipClientCertificateSelector>`
10291029
(:setting:`security.kmip.clientCertificateSelector`) allows
1030-
:binary:`~bin.mongod` and :binary:`~bin.mongos` to use system TLS/SSL
1031-
certificate stores for Windows and macOS when using TLS/SSL connection to the
1032-
KMIP server.
1030+
:binary:`~bin.mongod` to use system TLS/SSL certificate stores for
1031+
Windows and macOS when using TLS/SSL connection to the KMIP server.
10331032

10341033
.. _4.0-deprecate-mmapv1:
10351034

0 commit comments

Comments
 (0)