Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从 GoDaddy 购买了通配符证书,我想将此证书与 AppHarbor 上的网站相关联。
AppHarbor 只允许我上传 PFX 证书。那么,如何将 .CRT 转换为 .PFX?
如果 .CRT 文件的内容是 base-64 编码的证书,并且以BEGIN CERTIFICATE.
BEGIN CERTIFICATE
PFX 是私有信息交换格式(Windows 是这样称呼它们的),实际上是 PKCS12 密钥库。
您所要做的就是在您的密钥库中导入已经拥有您的私钥的证书并使用它。您无需转换证书