Skip to content

Commit b0bd26d

Browse files
DOCSP-29874 Expands FIPS clarification - Backport to v6.0 (#3324)
* DOCSP-29874 Expands FIPS clarification (#3220) * DOCSP-29874 Expands FIPS clarification * Fixes per Sarah Olsen * Changes per Kenn's review * Changes per Kenn's review * Fixes spacing issue --------- Co-authored-by: Ashley Brown <[email protected]> * Fixes build issue --------- Co-authored-by: Ashley Brown <[email protected]>
1 parent f291619 commit b0bd26d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

source/core/security-encryption-at-rest.txt

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,24 @@ Standard in Cipher Block Chaining mode) via OpenSSL. AES-256 uses a
4747
symmetric key; i.e. the same key to encrypt and decrypt text. MongoDB
4848
Enterprise for Linux also supports authenticated encryption
4949
``AES256-GCM`` (or 256-bit Advanced Encryption Standard in
50-
Galois/Counter Mode). FIPS mode encryption is also available.
50+
Galois/Counter Mode).
51+
52+
The Encrypted Storage Engine uses the certified cryptography provider
53+
of the underlying operating system to perform cryptographic operations.
54+
For example, a MongoDB installation on a Linux operating system
55+
uses the OpenSSL ``libcrypto`` FIPS-140 module.
56+
57+
To run MongoDB in a FIPS-compliant mode:
58+
59+
#. Configure the operating system to run in FIPS-enforcing mode.
60+
61+
#. Configure MongoDB to enable the :setting:`net.tls.FIPSMode` setting.
62+
63+
#. Restart the ``mongod`` or ``mongos``.
64+
65+
#. Check the server log file to confirm that FIPS mode is enabled. If FIPS mode is enabled, the message ``FIPS 140-2 mode activated`` appears in the log file.
66+
67+
For more information, see :ref:`configure-mdb-for-fips`.
5168

5269
.. note:: AES256-GCM and Filesystem Backups
5370

source/tutorial/configure-fips.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _configure-mdb-for-fips:
2+
13
==========================
24
Configure MongoDB for FIPS
35
==========================

0 commit comments

Comments
 (0)