You can configure your system to use Secure Socket Layer (SSL) on a Tomcat web server.
To configure SSL on Tomcat
bin\keytool -genkey -alias tomcat -keyalg RSA
A .keystore file is created by default in the home directory of the logged in user. You can specify a different location during .keystore file generation. On UNIX, make sure that the directory in which you generate the .keystore file has sufficient permissions for CA Service Desk Manager access.
Note: For more about specifying a different .keystore file location, see your Tomcat documentation.
Note: You can enter a password other than the default one. For more information, see your Tomcat documentation.
NX_ROOT\bopcfg\www\CATALINA_BASE\conf.
<!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 --> <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="8443" minProcessors="5" maxProcessors="75" enableLookups="true" acceptCount="100" debug="0" scheme="https" secure="true" useURIValidationHack="false" disableUploadTimeout="true"> <Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory" clientAuth="false" protocol="TLS" keystoreFile="C:\Documents and Settings\user\.keystore" /> </Connector>`
pdm_tomcat_nxd -c stop pdm_tomcat_nxd -c start
Note: You can specify a port other than 8443 in the server.xml file.
The system is configured to use Secure Socket Layer (SSL) on a Tomcat web server.
After restarting the browser, you can access the CA Service Desk Manager via the SSL-enabled Tomcat server.
| Copyright © 2010 CA. All rights reserved. | Email CA Technologies about this topic |