Configure CA SiteMinder SPS to support SSL.
Follow these steps:
Example:
openssl genrsa -des3 -out server.key 1024
Example:
openssl req -config openssl.cnf -new -key server.key -out server.csr
Default Path: sps_home\httpd\conf\extra\httpd-ssl.conf
sps_home\httpd\bin\configssl.bat -enable passphrase
Note: The passphrase value must match the passphrase value of the server key.
The passphrase is encrypted and is stored in the spsapachessl.properties file.
sps_home/secure-proxy/proxy-engine/configssl.sh passphrase
Note: The passphrase value must match the passphrase value of the server key.
The passphrase is encrypted and is stored in the spsapachessl.properties file.
sps_home/secure-proxy/proxy-engine/sps-ctl startssl
SSL is enabled and configured.
Note: If you want to run SPS without SSL, execute the sps_home\httpd\bin\configssl.bat -disable command to disable SSL on Windows or execute the sps_home/secure-proxy/proxy-engine/sps-ctl start command to disable SSL on UNIX.
|
Copyright © 2013 CA.
All rights reserved.
|
|