diff --git a/source/reference/configuration-options.txt b/source/reference/configuration-options.txt index 66865855378..c0762036ed2 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -2734,7 +2734,7 @@ Key Management Configuration Options *Type*: string - .. versionadded:: 4.0 + .. versionadded:: 4.0 (and 4.2.15 and 4.4.7) Available on Windows and macOS as an alternative to :setting:`security.kmip.clientCertificateFile`. @@ -2750,7 +2750,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 070a3418d0f..ae58393fa02 100644 --- a/source/reference/program/mongod.txt +++ b/source/reference/program/mongod.txt @@ -3345,7 +3345,7 @@ Encryption Key Management Options .. option:: --kmipClientCertificateSelector - .. versionadded:: 4.0 + .. versionadded:: 4.0 (and 4.2.15 and 4.4.7) 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 aec3cc764d1..d188c088980 100644 --- a/source/release-notes/4.0.txt +++ b/source/release-notes/4.0.txt @@ -1005,9 +1005,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: