Files
mongo/jstests/ssl
Eric Milkie 21d5514eea SERVER-8169 allow OpenSSL to interactively prompt for private key passphrase
I consolidated all the SSL Manager instances into one instance, so that the user is only prompted once
per process.
The prompt will only appear if the user supplies a certificate with a passphrase via --sslPEMKeyFile
and yet omits --sslPEMKeyPassword
2013-04-10 10:49:07 -04:00
..