ssl options:
|
--ssl connect to a mongod or mongos
|
that has ssl enabled
|
--sslCAFile=<filename> the .pem file containing the root certificate chain from the certificate authority
|
--sslPEMKeyFile=<filename> the .pem file containing the certificate and key
|
--sslPEMKeyPassword=<password> the password to decrypt the sslPEMKeyFile, if necessary
|
--sslCRLFile=<filename> the .pem file containing the certificate revocation list
|
--sslAllowInvalidCertificates bypass the validation for server certificates
|
--sslAllowInvalidHostnames bypass the validation for server name
|
--sslFIPSMode use FIPS mode of the installed openssl library
|