ClarityBusinessSolutions / mdb-ent-docker

Docker for MongoDB Enterprise 7.0
0 stars 0 forks source link

MongoDB must use NIST FIPS 140-2 or 140-3 validated cryptographic modules for cryptographic operations. #9

Open nwwatson opened 1 month ago

nwwatson commented 1 month ago

Enable FIPS 140-2 mode for MongoDB Enterprise.

Edit the MongoDB database configuration file (default location: /etc/mongod.conf) to contain the following parameter setting:

net:
   tls:
      FIPSMode: true

Restart the MongoDB service from the OS

sudo systemctl restart mongod

For the operating system finding, please refer to the appropriate operating system documentation for the procedure to install, configure, and test FIPS mode.

nwwatson commented 1 month ago

addresses MD7X-00-004400

nwwatson commented 1 month ago

addresses MD7X-00-008300

nwwatson commented 1 month ago

addresses MD7X-00-012100

nwwatson commented 1 month ago

addresses MD7X-00-012200

nwwatson commented 1 month ago

addresses MD7X-00-012300