Enabling FIPS mode on agent relays

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

Procedure

  1. Stop the relay.
  2. Open the <relayInstall>/bin/worker-args.conf file.
  3. Add the following lines to the worker-args.conf file:
    -Dsemeru.fips=true
    -Dsemeru.customprofile=OpenJCEPlusFIPS.FIPS140-3-Weakly-Enforced
  4. Edit the conf/agentrelay.properties file and add the following line:
    fips.flag=-Dsemeru.fips=true\n-Dsemeru.customprofile=OpenJCEPlusFIPS.FIPS140-3-Weakly-Enforced
    Note: The \n separating the two properties is important.
  5. Start the relay.

Results

The FIPS mode is enabled on the agent relay.