File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments