Previous Topic: Before Configuring CA EEM in FIPS-only Mode

Next Topic: Verify CA EEM Server is in FIPS-only Mode

Configure CA EEM Server in FIPS-only Mode

When you configure CA EEM Server in FIPS-only mode, CA EEM uses only FIPS 140-2 compliant cryptographic libraries to encrypt and decrypt sensitive data.

Notes:

To configure CA EEM in FIPS-only mode

  1. Stop iGateway service.
  2. Stop the CA Directory services using the following commands:
    Windows
    dxserver stop all
    
    Linux and UNIX
    su - dsa -c "dxserver stop all"
    
  3. Open the iGateway.conf file and set the following tag to ON:
    <FIPSMode>ON<FIPSMode>
    

    Note: To change the mode from FIPS-only to non-FIPS, set FIPSMode tag to OFF.

  4. Start the CA Directory services using the following commands:
    Windows
    dxserver start all
    
    Linux and UNIX
    su - dsa -c "dxserver start all" 
    
  5. Start iGateway service.

    CA EEM is configured in a FIPS-only mode.