To set up the CA SDM Portal Integration using a self-signed certificate
%JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA
Answer the prompts appropriately and enter "changeit" as the password for both password prompts.
This sets up the certificate.
$NX_ROOT/bopcfg/www/CATALINA_BASE/conf
<!-- <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" /></Connector> -->
<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="location/.keystore" />
</Connector>
Note: SSL uses port 8443.
https://hostname:8443/CAisd/PortalServlet?
USERNAME=$USER.username$&PORTALSESSION=$SESSION$&PORTALINSTALL=portalhostname:portalportnumber
| Copyright © 2012 CA. All rights reserved. |
|