The procedure for enabling SSL on the SPS varies slightly depending on the FIPS mode. In a new installation with FIPS in COMPAT or MIGRATE mode, configure SSL with the steps listed following. With a new installation or migration to FIPS in ONLY mode, additional steps are required.
To configure SSL in FIPS COMPAT or FIPS MIGRATE mode
openssl genrsa -des3 -out server.key
openssl rsa -in server.key.org -out server.key
openssl req -config openssl.cnf -new -key server.key -out server.csr
On UNIX:
sps_home/secure-proxy/proxy-engine/sps-ctl startssl
On Windows:
sps_home\httpd\bin\configssl.bat -enable
The SPS is configured for SSL.
If at a later time you want to run without SSL, enter this command:
sps_home\httpd\bin\configssl.bat -disable.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |