Create PFX Cert File (for IIS)
System Administration
Windows IIS requires a pfx file when importing an SSL certificate.
This can be created from a crt and a key file using openssl and the following steps.
Locate the openssl.exe on your system. It is usually installed as part of git, and located, here:C:\Progra...