按照以下步骤在产品中安装SSL证书。
导出并将PFX/PKCS12文件保存到<installation_dir>\conf(默认: C:\ManageEngine\ SharePoint Manager Plus\ conf)文件夹中。
keystoreFile=”./conf/YOUR_CERT_FILE.pfx”
keystorePass=”CERTIFICATE_PASSWORD”
keystoreType=”PKCS12”
例如: <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"/>