Skip to content

DOCS-8593: emphasizes SSL certs must be FIPS-compliant #2711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions source/tutorial/configure-fips.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ Prerequisites
-------------

.. important::

.. include:: /includes/extracts/security-prereq-configure-fips.rst

Only the `MongoDB Enterprise`_ version supports FIPS mode. See
Only `MongoDB Enterprise`_ edition supports FIPS mode. See
:doc:`/administration/install-enterprise` to download and install
`MongoDB Enterprise`_ to use FIPS mode.
`MongoDB Enterprise`_.

Your system must have an OpenSSL library configured with the FIPS 140-2
module. At the command line, type ``openssl version`` to confirm your
Expand Down Expand Up @@ -68,18 +69,20 @@ system. However, if your environment requires FIPS compliant encryption
uses only FIPS-compliant encryption.

MongoDB's FIPS support covers the way that MongoDB uses OpenSSL for
network encryption and X509 authentication. If you use Kerberos or
LDAP Proxy authentication, you must ensure that these external
mechanisms are FIPS-compliant. ``MONGODB-CR`` authentication is *not*
FIPS compliant.
network encryption, ``SCRAM-SHA-1`` authentication, and x.509
authentication. If you use Kerberos or LDAP authentication, you must
ensure that these external mechanisms are FIPS-compliant.
``MONGODB-CR`` authentication is **not** FIPS compliant.

Procedure
---------

Configure MongoDB to use TLS/SSL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

See :doc:`/tutorial/configure-ssl` for details about configuring OpenSSL.
See :doc:`/tutorial/configure-ssl` for details about configuring
OpenSSL. For FIPS mode, use FIPS-compliant algorithms and ensure that
the private key used to sign the certificate meets the PKCS#8 standard.

Run ``mongod`` or ``mongos`` instance in FIPS mode
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -88,10 +91,10 @@ Perform these steps after you :doc:`/tutorial/configure-ssl`.

.. include:: /includes/steps/fips-config.rst

Confirm FIPS mode is running
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Confirm that FIPS mode is running
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check the server log file for a message FIPS is active:
Check the server log file for a message that FIPS is active:

.. code-block:: sh

Expand Down