Skip to content

DOCS-14360 correct missing kmipClientCertificateSelector support #5612

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/reference/configuration-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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


Expand Down
2 changes: 1 addition & 1 deletion source/reference/program/mongod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3223,7 +3223,7 @@ Encryption Key Management Options
.. option:: --kmipClientCertificateSelector <string>


.. versionadded:: 4.0
.. versionadded:: 4.0 (and 4.2.15)

Available on Windows and macOS as an alternative to
:option:`--kmipClientCertificateFile`.
Expand Down
5 changes: 2 additions & 3 deletions source/release-notes/4.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1046,9 +1046,8 @@ and macOS for internal TLS/SSL communication within a cluster.
The option :option:`--kmipClientCertificateSelector <mongod
--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:

Expand Down