Enabling FIPS mode on server

You can enable the FIPS mode on your IBM DevOps Deploy (Deploy) server to make it FIPS compliant.

  1. Stop the server.
  2. Open the <serverInstall>/bin/set_env.cmd file.
  3. Add the following lines to the JAVA_OPTS line:
    -Dsemeru.fips=true
    -Dsemeru.customprofile=OpenJCEPlusFIPS.FIPS140-3-Weakly-Enforced
  4. Start the server.
    The following message indicates that the server has started with the FIPS mode:
    Java FIPS Support: active
The FIPS mode is enabled on the server.