Follow these steps:
For the instance to establish an SSL connection between CA Process Automation and an Active Directory server, retrieve the certificate.
Defines the IP address of the Active Directory server.
keytool -import -alias PAM -file certnew.cer -keystore "C:\\Program Files\\Java\\ jdk1.7.0_51\\jre\\lib\\security\\cacerts"
Where certnew.cer is the path to the certificate file retrieved in step 1.
C:\\Program Files\\Java\\ jdk1.7.0_51\\jre\\lib\\security\\cacerts is the path to the cacerts file within the Java JRE or JDK.
Note: Update the JDK path depending on the JDK version you install. For example, use jdk1.7.0_51 in the path if you installed JDK version 1.7.0_51.
PAM\server\c2o\bin\c2osvcw.conf
(or in the case of an upgrade): I
PAM_DIR%\server\c2o\bin\c2osvcw.conf:
wrapper.java.additional.11=-Djavax.net.ssl.trustStore="C:\\Program Files\\Java\\ jdk1.7.0_51\\jre\\lib\\security\\cacerts" wrapper.java.additional.12=-Djavax.net.ssl.trustStorePassword="changeit"
The numbers could be different for you. Start with the next available number. If wrapper.java.additional.11 is already defined, use 12 and 13.
The program folder is different for your JDK installation.
The password is changeit.
Set Up the Active Directory Server
To establish an SSL connection between the CA Process Automation-LDAP Module and an Active Directory server, verify that the Active Directory server is set up:
Note: You cannot create or modify an existing user account password in Active Directory unless CA Process Automation is connected to the Active Directory server through the SSL.
|
Copyright © 2014 CA.
All rights reserved.
|
|