Disabling FIPS 140-2 mode
Similarly, disabling FIPS 140-2 mode in SSMC is also a two-part operation.
Procedure
-
To disable 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 No.
- Click OK.
- Log in to the SSMC Administrator Console using
-
To disable 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 disable -f
NOTE: To complete disabling 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