From 111da95c240acfc4826259d7aa0e98825f08d195 Mon Sep 17 00:00:00 2001 From: andf-mongodb Date: Wed, 9 Jun 2021 13:34:00 -0400 Subject: [PATCH] DOCS-14360 correct missing kmipClientCertificateSelector support --- source/reference/configuration-options.txt | 4 ++-- source/reference/program/mongod.txt | 2 +- source/release-notes/4.0.txt | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/source/reference/configuration-options.txt b/source/reference/configuration-options.txt index 233a125f8d0..de4b4a49437 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -2699,7 +2699,7 @@ Key Management Configuration Options *Type*: string - .. versionadded:: 4.0 + .. versionadded:: 4.0 (and 4.2.15) Available on Windows and macOS as an alternative to :setting:`security.kmip.clientCertificateFile`. @@ -2715,7 +2715,7 @@ Key Management Configuration Options where the property can be one of the following: .. include:: /includes/extracts/ssl-facts-certificate-selector-properties.rst - + .. include:: /includes/fact-enterprise-only-admonition.rst diff --git a/source/reference/program/mongod.txt b/source/reference/program/mongod.txt index c3401f19a2c..fbb35413ca3 100644 --- a/source/reference/program/mongod.txt +++ b/source/reference/program/mongod.txt @@ -3223,7 +3223,7 @@ Encryption Key Management Options .. option:: --kmipClientCertificateSelector - .. versionadded:: 4.0 + .. versionadded:: 4.0 (and 4.2.15) Available on Windows and macOS as an alternative to :option:`--kmipClientCertificateFile`. diff --git a/source/release-notes/4.0.txt b/source/release-notes/4.0.txt index 61bc3aa69c1..9bbc0da90d4 100644 --- a/source/release-notes/4.0.txt +++ b/source/release-notes/4.0.txt @@ -1046,9 +1046,8 @@ and macOS for internal TLS/SSL communication within a cluster. The option :option:`--kmipClientCertificateSelector ` (:setting:`security.kmip.clientCertificateSelector`) allows -:binary:`~bin.mongod` and :binary:`~bin.mongos` to use system TLS/SSL -certificate stores for Windows and macOS when using TLS/SSL connection to the -KMIP server. +:binary:`~bin.mongod` to use system TLS/SSL certificate stores for +Windows and macOS when using TLS/SSL connection to the KMIP server. .. _4.0-deprecate-mmapv1: