Federation Manager Guide › Migrate Federation Manager to Use FIPS Encryption › How To Migrate from FIPS_COMPAT Mode to FIPS-Only Mode › Set the OPENSSL_FIPS Environment Variable
Set the OPENSSL_FIPS Environment Variable
Enable FIPS mode by setting the OPENSSL_FIPS environment variable. Set this variable one time only when you are migrating from COMPAT mode to FIPS Only mode.
To set the OPENSSL_FIPS environment variable
- Windows
-
- Access the Windows System Properties
- Access the environment variables.
- Add an environment variable as follows:
- Variable Name
-
OPENSSL_FIPS
- Variable Value
-
1
- Save the new variable.
- UNIX
-
- Navigate to federation_mgr_home.
- Edit the environment script, ca_federation_env.ksh.
- Add the following the entry to the script:
OPENSSL_FIPS=1;export OPENSSL_FIPS=1
- Run the environment script to set the environment variables.