-
Type: New Feature
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
Environment:n/a
Hi,
Would it be possible to add support to the python driver for passing in the passphrase for a X.509 client certificate?
Currently it is possible to connect to a database with a certificate and passphrase, but the user has to manually type the passphrase for every connection.
It would be much nicer it it were possible to just pass the passphrase into the MongoClient constructor.
The C and C# drivers support this already, via ssl_opts.pem_pwd (http://api.mongodb.org/c/current/authentication.html#x509) and the X509Certificate2 class in C#.
- is duplicated by
-
PYTHON-640 Unable to provide sslPEMKeyPassword option in pymongo
- Closed