Federation Manager Installation and Upgrade 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.
Follow these steps:
- 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, ca_federation_env.ksh to set the environment variables.
- On UNIX systems only, run the federation_mgr_home/bin/migratessltofips.sh script.
This script ensures that the private key associated with the SSL certificate is properly encrypted.
|
Copyright © 2012 CA.
All rights reserved.
|
|