From 5e50d412d4e4f87e3aca02ec371d75c373babc9d 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 944defad831..bb4209b088d 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -2707,7 +2707,7 @@ Key Management Configuration Options *Type*: string - .. versionadded:: 4.0 + .. versionadded:: 4.0 (and 4.2.15, 4.4.7, and 5.0) Available on Windows and macOS as an alternative to :setting:`security.kmip.clientCertificateFile`. @@ -2723,7 +2723,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 c19c15b5ff1..56ea9ff0310 100644 --- a/source/reference/program/mongod.txt +++ b/source/reference/program/mongod.txt @@ -3347,7 +3347,7 @@ Encryption Key Management Options .. option:: --kmipClientCertificateSelector - .. versionadded:: 4.0 + .. versionadded:: 4.0 (and 4.2.15, 4.4.7, and 5.0) 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 c126d1206d6..699529e9402 100644 --- a/source/release-notes/4.0.txt +++ b/source/release-notes/4.0.txt @@ -1027,9 +1027,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: