I've setup our IIS server with SSL enabled. The certificate provided to us by our administrator contains only the .cer and .pfb files. I was able to configure IIS with just the cer file. However, for nodejs, from the internet searches that i've made, it seems that we need a private key (.key) to successfully setup the NodeJS with SSL. Is there anyway i can setup NodeJS with just the .cer or .pfb files?
Thanks,
pfb
and not apfx
? – Simone Carletti