Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
Description
Currently for both, clientCertificateFile and kmipclientcertificatefile we say:
String containing the path to the client certificate used for authenticating MongoDB to the KMIP server
This is not entirely accurate as, similar to sslPEMKeyFile/ PEMKeyFile the server expects a .pem file containing the client's certificate and the client's private key.
The text should be changed to reflect that.