Skip to content

Public IP SSL 文件说明

Public IP SSL 安装时,Apache、Nginx 和 IIS 使用同一份私钥。私钥是创建 CSR 时生成的文件。

WARNING

不要从产品页面重新下载或生成私钥。安装时必须使用最初创建 CSR 时保存的私钥。

Apache

需要证书文件、私钥文件和 CA 链文件。

Nginx

需要 PEM 证书链文件和私钥文件。

可参考:为 Nginx 制作 PEM 文件

IIS

IIS 通常使用 PFX 文件。可用 OpenSSL 生成:

bash
openssl pkcs12 -export   -out example.com.pfx   -inkey example.com.key   -in example.com.crt   -certfile ca-bundle.crt

Released under internal 12SSL documentation guidelines.