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.
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:
Restart the MongoDB service from the OS
For the operating system finding, please refer to the appropriate operating system documentation for the procedure to install, configure, and test FIPS mode.