$ ./mongod --help
...
--sslMode arg set the SSL operation mode
(noSSL|acceptSSL|sendAcceptSSL|sslOnly)
...
$ ./mongod --sslMode acceptSSL
BadValue unsupported value for sslMode acceptSSL
try './mongod --help' for more information