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
2722
2722
2723
2723
*Type*: string
2724
2724
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.
2725
2728
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.
2731
2731
2732
2732
.. note::
2733
2733
Original file line number Diff line number Diff line change @@ -3311,9 +3311,12 @@ Encryption Key Management Options
3311
3311
3312
3312
.. versionadded:: 3.2
3313
3313
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.
3317
3320
3318
3321
.. note::
3319
3322
You can’t perform that action at this time.
0 commit comments