Documentation Changes
Only sslPEMKeyPassword is missing.
Engineering Ticket Description:
Support SSL connections from drivers to the proxy. Help text is:
--sslAllowInvalidCertificates don't require the certificate presented by the client to be valid
|
--sslCAFile= path to a CA certificate file to use for authenticating client certificate
|
--sslPEMKeyFile= path to a file containing the certificate and private key establishing a connection with a client
|
--sslPEMKeyPassword= password to decrypt private key in --sslPEMKeyFile
|
Note also that SSL is required when using --auth.
|