Enabling FIPS mode on compact agents

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

  1. Stop the agent.
  2. Open the <agentInstall>/conf/agent/javaopts.conf file.
  3. Add the following lines to the javaopts.conf file:
    -Dsemeru.fips=true
    -Dsemeru.customprofile=OpenJCEPlusFIPS.FIPS140-3-Weakly-Enforced
  4. Start the agent.
The FIPS mode is enabled on the compact agent.