As of SERVER-29917, the server accepts configuration flags for TLS related options using the prefix 'tls' instead of 'ssl'. For example, it now accepts --tlsPEMKeyFile in addition to --sslPemKeyFile.
In addition, it should accept tls=true as a MongoURI flag, which enabled TLS.