This document will walk you through configuring SSL to the Provisioning Server from Identity Manager
Provisioning Server Certificate Location:
[Provisioning Server install dir]/data/tls/server/eta2_servercert.pem
======================
Example Configuration:
======================
Navigate to java installation location:
cd Java\jdk1.7.0_75\bin
Execute the following:
keytool -keystore "C:\Program Files\Java\jdk1.8.0_72\jre\lib\security\cacerts" -import -file "C:\Program Files (x86)\CA\Identity Manager\Provisioning Server\data\tls\server\eta2_servercert.pem" -trustcacerts -alias CAServTrusted
Shutdown and then start your application server backup.
======================
Next Steps:
======================
Connect to the CA Identity Manager Management Console > Directories.
Export out your provisioning directory xml.
Make the following changes to the "secure" and "port":
<LDAP searchroot="eTNamespaceName=CommonObjects,dc=im,dc=eta" secure="true"/>
&
<Connection host="ProvisioningServerHostName" port="20390"/>