Follow the steps below to install the SSL certificate in the product.
Export and save your PFX/PKCS12 file under the <installation_dir>\conf (By default: C:\ManageEngine\ SharePoint Manager Plus\ conf) folder.
Note: If you have an SSL certificate in the standard PEM, DER/Binary, or P7B/PKCS#7 format, convert it to the PFX/PKCS#12 format and continue the following steps.
keystoreFile=”./conf/YOUR_CERT_FILE.pfx”
keystorePass=”CERTIFICATE_PASSWORD”
keystoreType=”PKCS12”
E.g.: <Connector SSLEnabled="true" acceptCount="100" clientAuth="false" connectionTimeout="20000" debug="0" disableUploadTimeout="true" enableLookups="false" keystoreFile="./conf/YOUR_CERT_FILE.pfx" keystorePass="CERTIFICATE_PASSWORD" keystoreType="PKCS12" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" name="SSL" port="443" scheme="https" secure="true" sslProtocol="TLS"/>
Copyright © 2024, ZOHO Corp. All Rights Reserved.