File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -2910,10 +2910,12 @@ Key Management Configuration Options
2910
2910
2911
2911
*Type*: string
2912
2912
2913
+ Path to the ``.pem`` file used to authenticate MongoDB to the KMIP
2914
+ server. The specified ``.pem`` file must contain both the TLS/SSL
2915
+ certificate and key.
2913
2916
2914
- String containing the path to the client certificate used for
2915
- authenticating MongoDB to the KMIP server. Requires that a
2916
- :setting:`security.kmip.serverName` be provided.
2917
+ To use this setting, you must also specify the
2918
+ :setting:`security.kmip.serverName` setting.
2917
2919
2918
2920
.. note::
2919
2921
Original file line number Diff line number Diff line change @@ -3307,9 +3307,12 @@ Encryption Key Management Options
3307
3307
3308
3308
.. option:: --kmipClientCertificateFile <string>
3309
3309
3310
- String containing the path to the client certificate used for
3311
- authenticating MongoDB to the KMIP server. Requires that a
3312
- :option:`--kmipServerName` be provided.
3310
+ Path to the ``.pem`` file used to authenticate MongoDB to the KMIP
3311
+ server. The specified ``.pem`` file must contain both the TLS/SSL
3312
+ certificate and key.
3313
+
3314
+ To use this option, you must also specify the
3315
+ :option:`--kmipServerName` option.
3313
3316
3314
3317
.. note::
3315
3318
You can’t perform that action at this time.
0 commit comments