Skip to content

Commit 95c7648

Browse files
(DOCS-11186): Clarify .pem file behavior for kmip.clientCertificateFile (#2196) (#2235)
1 parent c4df9d7 commit 95c7648

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
@@ -2722,12 +2722,12 @@ Key Management Configuration Options
27222722

27232723
*Type*: string
27242724

2725+
Path to the ``.pem`` file used to authenticate MongoDB to the KMIP
2726+
server. The specified ``.pem`` file must contain both the TLS/SSL
2727+
certificate and key.
27252728

2726-
.. versionadded:: 3.2
2727-
2728-
String containing the path to the client certificate used for
2729-
authenticating MongoDB to the KMIP server. Requires that a
2730-
:setting:`security.kmip.serverName` be provided.
2729+
To use this setting, you must also specify the
2730+
:setting:`security.kmip.serverName` setting.
27312731

27322732
.. note::
27332733

source/reference/program/mongod.txt

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

33123312
.. versionadded:: 3.2
33133313

3314-
String containing the path to the client certificate used for
3315-
authenticating MongoDB to the KMIP server. Requires that a
3316-
:option:`--kmipServerName` be provided.
3314+
Path to the ``.pem`` file used to authenticate MongoDB to the KMIP
3315+
server. The specified ``.pem`` file must contain both the TLS/SSL
3316+
certificate and key.
3317+
3318+
To use this option, you must also specify the
3319+
:option:`--kmipServerName` option.
33173320

33183321
.. note::
33193322

0 commit comments

Comments
 (0)