Administration Guide › SSL and the Secure Proxy Server › SSL Configuration for FIPS COMPAT and FIPS MIGRATE Modes
SSL Configuration for FIPS COMPAT and FIPS MIGRATE Modes
When you install with FIPS in COMPAT or MIGRATE mode, configure SSL for the FIPS mode. Use the default passphrase or use a customized passphrase.
To use the default passphrase, perform the following steps:
- Generate a server key.
Example:
openssl genrsa -des3 -out server.key
- Back up the encrypted key.
- Execute the following command to remove the encryption from the server key:
openssl rsa -in server.key.org -out server.key
- Execute the following command to generate a Certificate Signing Request (CSR):
openssl req -config openssl.cnf -new -key server.key -out server.csr
- Sign the certificate by a Certificate Authority (CA).
- Install the signed certificate.
- Verify that httpd-ssl.conf file is pointing to correct directives/paths of server key and certs.
- Enable SSL on SPS:
On UNIX:
sps_home/secure-proxy/proxy-engine/sps-ctl startssl
On Windows:
sps_home\httpd\bin\configssl.bat -enable
- Restart the Secure Proxy Service.
SSL is enabled and configured.
To use a customized passphrase, perform the following steps:
- Generate a server key.
Example:
openssl genrsa -des3 -out server.key
- Execute the following command to generate a Certificate Signing Request (CSR):
openssl req -config openssl.cnf -new -key server.key -out server.csr
- Sign the certificate by a Certificate Authority (CA).
- Install the signed certificate.
- Verify that httpd-ssl.conf file is pointing to correct directives/paths of server key and certs.
- Set the value of the SSLPassPhraseDialog variable to custom.
- Uncomment the following line in httpd-ssl.conf:
SSLCustomPropertiesFile "<sps_home>/Tomcat/properties/spsssl.properties"
- Set the value of the SSLCustomPropertiesFile variable to <sps_home>\httpd\conf\spsapachessl.properties.
- Perform one of the following steps:
- If you are configuring FIPS mode on Windows, perform the following steps:
- Execute the following command from the command prompt:
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.
- Restart the Secure Proxy Service.
- If you are configuring FIPS mode on UNIX, perform the following steps:
- Execute the following command:
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.
- Execute the following command:
sps_home/secure-proxy/proxy-engine/sps-ctl startssl
SSL is enabled and configured.
Note: If you want to run SPS without SSL, you can execute the sps_home\httpd\bin\configssl.bat -disable command to disable SSL.
|
Copyright © 2012 CA.
All rights reserved.
|
|