Skip to content

Commit 46d76dc

Browse files
(DOCS-11186): Clarify .pem file behavior for kmip.clientCertificateFile (#2196) (#2235)
1 parent befab43 commit 46d76dc

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

source/reference/configuration-options.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2727,12 +2727,12 @@ Key Management Configuration Options
27272727

27282728
*Type*: string
27292729

2730+
Path to the ``.pem`` file used to authenticate MongoDB to the KMIP
2731+
server. The specified ``.pem`` file must contain both the TLS/SSL
2732+
certificate and key.
27302733

2731-
.. versionadded:: 3.2
2732-
2733-
String containing the path to the client certificate used for
2734-
authenticating MongoDB to the KMIP server. Requires that a
2735-
:setting:`security.kmip.serverName` be provided.
2734+
To use this setting, you must also specify the
2735+
:setting:`security.kmip.serverName` setting.
27362736

27372737
.. note::
27382738

source/reference/program/mongod.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3326,9 +3326,12 @@ Encryption Key Management Options
33263326

33273327
.. versionadded:: 3.2
33283328

3329-
String containing the path to the client certificate used for
3330-
authenticating MongoDB to the KMIP server. Requires that a
3331-
:option:`--kmipServerName` be provided.
3329+
Path to the ``.pem`` file used to authenticate MongoDB to the KMIP
3330+
server. The specified ``.pem`` file must contain both the TLS/SSL
3331+
certificate and key.
3332+
3333+
To use this option, you must also specify the
3334+
:option:`--kmipServerName` option.
33323335

33333336
.. note::
33343337

0 commit comments

Comments
 (0)