按照以下步骤在产品中安装 SSL 证书。
导出并保存您的 PFX/PKCS12 文件到 <installation_dir>\conf (默认:C:\ManageEngine\ SharePoint Manager Plus\ conf) 文件夹。
注意:如果您拥有标准 PEM、DER/二进制或 P7B/PKCS#7 格式的 SSL 证书,请将其转换为 PFX/PKCS#12 格式,然后继续以下步骤。
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"/>
版权 © 2025, ZOHO Corp。保留所有权利。