You can enable the FIPS mode on the IBM DevOps Deploy (Deploy) agent relay to
make it FIPS compliant.
Procedure
-
Stop the relay.
-
Open the
<relayInstall>/bin/worker-args.conf
file.
-
Add the following lines to the
worker-args.conf file:
-Dsemeru.fips=true
-Dsemeru.customprofile=OpenJCEPlusFIPS.FIPS140-3-Weakly-Enforced
-
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.
-
Start the relay.
Results
The FIPS mode is enabled on the agent relay.