-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Fully Compatible
-
Platforms 2018-06-18, Platforms 2018-07-02, Platforms 2018-07-16
Today to start the server with TLS, you may run a command like:
./mongod --sslMode requireSSL --sslPEMKeyFile server.pem
This is slightly misleading, because the server does not speak SSL, which is a deprecated protocol. We should have aliases to equivalent options which use the name "tls". This will make users understand and feel better about their security posture.
- related to
-
TOOLS-2303 Inconsistent option names for mongoimport and mongoexport
- Accepted