1. Home
  2. Security Hardening
  3. CIS MongoDB 3.6L2 Unix V1.0.0
  4. Ensure Federal Information Processing Standard (FIPS) is enabled

Ensure Federal Information Processing Standard (FIPS) is enabled

Details

The Federal Information Processing Standard (FIPS) is a computer security standard used to certify software modules and libraries that encrypt and decrypt data securely. You can configure MongoDB to run with a FIPS 140-2 certified library for OpenSSL.

Rationale:

FIPS is industry standard that dictates how data should be encrypted in rest and during transmission.

Solution

Configuring FIPS mode, ensure that your certificate is FIPS compliant. Run mongod or mongos instance in FIPS mode.

Make changes to configuration file, to configure your mongod or mongos instance to use FIPS mode, shut down the instance and update the configuration file with the following setting:

net:

ssl:

FIPSMode: true

Start mongod or mongos instance with a configuration file.

mongod –config /etc/mongod.conf

Default Value:

Not configured

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Communications Protection.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles