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 @@ -2907,10 +2907,12 @@ Key Management Configuration Options
2907
2907
2908
2908
*Type*: string
2909
2909
2910
+ Path to the ``.pem`` file used to authenticate MongoDB to the KMIP
2911
+ server. The specified ``.pem`` file must contain both the TLS/SSL
2912
+ certificate and key.
2910
2913
2911
- String containing the path to the client certificate used for
2912
- authenticating MongoDB to the KMIP server. Requires that a
2913
- :setting:`security.kmip.serverName` be provided.
2914
+ To use this setting, you must also specify the
2915
+ :setting:`security.kmip.serverName` setting.
2914
2916
2915
2917
.. note::
2916
2918
Original file line number Diff line number Diff line change @@ -3289,9 +3289,12 @@ Encryption Key Management Options
3289
3289
3290
3290
.. option:: --kmipClientCertificateFile <string>
3291
3291
3292
- String containing the path to the client certificate used for
3293
- authenticating MongoDB to the KMIP server. Requires that a
3294
- :option:`--kmipServerName` be provided.
3292
+ Path to the ``.pem`` file used to authenticate MongoDB to the KMIP
3293
+ server. The specified ``.pem`` file must contain both the TLS/SSL
3294
+ certificate and key.
3295
+
3296
+ To use this option, you must also specify the
3297
+ :option:`--kmipServerName` option.
3295
3298
3296
3299
.. note::
3297
3300
You can’t perform that action at this time.
0 commit comments