Procedure
- Perform steps 1 - 3 as described in the section, Enabling FIPS 140 mode on a new installation.
- Go to the <BASEDIR>/smarts/jre/lib/security folder, and in the java.security file, change:
“sun.security.rsa.SunRsaSign” to “com.rsa.jsafe.provider.JsafeJCE” and
“com.sun.net.ssl.internal.ssl.Provider” to “com.rsa.jsse.JsseProvider.”
- Set the value for the parameter SM_FIPS140 to TRUE in the runcmd_env.sh file. This file is located under the <BASEDIR>/CONSOLE/smarts/local/conf folder of your Global Console installation.
or
Use "-Dcom.smarts.fips_mode=true" as a command line parameter for the sm_gui command.