I need .pfx
file to install https on website on IIS.
I have two separate files: certificate (.cer
or pem
) and private key (.crt
) but IIS accepts only .pfx
files.
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)
Are there any tools to do that or C# examples of doing that programmatically?