Enabling FIPS 140-2 mode
Enabling FIPS 140-2 mode in SSMC is a two-part operation.
Procedure
-
To enable FIPS 140-2 mode for the SSMC Web application, perform the following steps:
- Log in to the SSMC Administrator Console using
ssmcadmin
credentials. - Click Actions > Preferences.
- In the Application panel, toggle FIPS mode enabled to Yes.
- Click OK.
- Log in to the SSMC Administrator Console using
-
To enable FIPS 140-2 mode for appliance ecosystem, perform the following steps:
- Log in to the appliance through SSH as
ssmcadmin
. - Run the following command:
sudo /ssmc/bin/config_security.sh -o fips_mode –a enable -f
NOTE: To complete enabling the FIPS mode, the first step requires a restart of SSMC service to take effect, whereas, the second step requires an appliance reboot. Combining the two, either opt for a reboot or use–f
option in the second step to reboot post configuring FIPS mode. - Log in to the appliance through SSH as