

CA SiteMinder® Federation Standalone Installation and Upgrade Guide › Migrate CA SiteMinder® Federation Standalone 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_install_dir.
- 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_install_dir/bin/migratessltofips.sh script.
This script ensures that the private key associated with the SSL certificate is properly encrypted.
Copyright © 2013 CA.
All rights reserved.
 
|
|