Enabling FIPS mode on server

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

Procedure

  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

Results

The FIPS mode is enabled on the server.