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 @@ -2727,12 +2727,12 @@ Key Management Configuration Options
2727
2727
2728
2728
*Type*: string
2729
2729
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.
2730
2733
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.
2736
2736
2737
2737
.. note::
2738
2738
Original file line number Diff line number Diff line change @@ -3326,9 +3326,12 @@ Encryption Key Management Options
3326
3326
3327
3327
.. versionadded:: 3.2
3328
3328
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.
3332
3335
3333
3336
.. note::
3334
3337
You can’t perform that action at this time.
0 commit comments