Create the Java Certificate Authority (CA) Certificate Store

  1. Log in to the application server.

  2. Open the SharePoint site.

  3. Get the SSL certificate:

    Figure 876: How to get the SSL certificate with the Chrome browser

  4. With the obtained SSL certificate, create a Java CA certificates store or use an existing one.

    You can use the “keytool -import” command to add the certificates of all SharePoint sites which are connected to the SharePoint Connector. Command example:

    keytool -import -file C:\imaspc_cert_store\sp_site.cer -alias SP_SITE_CERT_ALIAS -keystore cacert