Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
Fully Compatible
-
Platforms 2018-06-18, Platforms 2018-07-02, Platforms 2018-07-16
Description
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.
Attachments
Issue Links
- is documented by
-
DOCS-11908 Docs for SERVER-29917: Alias server options starting with 'ssl' to parameters starting with 'tls'
-
- Closed
-
- related to
-
TOOLS-2303 Inconsistent option names for mongoimport and mongoexport
-
- Accepted
-