Generate pfx from crt for IIS June 9, 2017 Steffen Generate certificates at sslforfree. Install openssl. openssl pkcs12 -export -out "host_domain_tld.pfx" -inkey "private.key" -in "certificate.crt" -certfile a_bundle.crt Certificates, IIS, Security, Windows