For an installation of the SPS in FIPS ONLY mode, the required configuration for SSL support is listed following.
To configure SSL in FIPS ONLY mode
openssl genrsa -des3 -out server.key 1024
openssl req -config openssl.cnf -new -key server.key -out server.csr
On UNIX
sps_home/secure-proxy/proxy-engine/configssl.sh passphrase
Note: The passphrase is the same one provided to the key in Step 2.
This command encrypts the passphrase and stores it in spsssl.properties file.
sps_home/secure-proxy/proxy-engine/sps-ctl startssl
SSL is enabled.
On Windows
sps_home\httpd\bin\configssl.bat -enable passphrase
Note: The passphrase is the one provided to the key in Step2.
This command encrypts the passphrase and stores it in the spsssl.properties file.
SSL is enabled.
Note: If at a later time you want to run without SSL, enter the following command:
sps_home\httpd\bin\configssl.bat -disable.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |