- 
    Type:Bug 
- 
    Resolution: Done
- 
    Priority:Major - P3 
- 
    None
- 
    Affects Version/s: 3.2.0-rc3
- 
    Component/s: Admin
- 
    None
- 
        ALL
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
I'm trying to look at the Encryption in MongoDB 3.2.0-rc3.
I've tried starting the RC on Windows and Ubuntu 14.04.3.
I get the same error on both... "unrecognised option '--enableEncryption'"
This is PC example...
C:\Program Files\MongoDB\Server\3.2\bin>mongod.exe --enableEncryption
Error parsing command line: unrecognised option '--enableEncryption'
try 'mongod.exe --help' for more information
The help option on both installs does not list the enableEncryption option.
The development pages list it as an cmd option (https://docs.mongodb.org/v3.0/release-notes/3.2-configure-encryption/)
Can anyone offer any suggestions?