I need .pfx file to install https on website on IIS.
(我需要.pfx文件在IIS上的网站上安装https。)
I have two separate files: certificate (.cer or pem) and private key (.crt) but IIS accepts only .pfx files.
(我有两个单独的文件:证书(.cer或pem)和私钥(.crt)但IIS只接受.pfx文件。)
I obviously installed certificate and it is available in certificate manager (mmc) but when I select Certificate Export Wizard I cannot select PFX format (it's greyed out)
(我显然安装了证书,它在证书管理器(mmc)中可用,但是当我选择证书导出向导时,我无法选择PFX格式(它是灰色的))
Are there any tools to do that or C# examples of doing that programtically?
(是否有任何工具可以做到这一点或C#以编程方式执行此操作的示例?)
ask by jlp translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…