i have an ssl cert from sslforfree
it has 3 files: certificate.crt, ca_bundle.crt, and private.key
can you please guide me to install this cert in iis 6?
thx for ur help
not used it but it looks incompatible with IIS - at least natively.
There own website gives
https://www.sslforfree.com/tutorial/iis.html
so basically an openssl wrapper....so a pain to use
but maybe something like letsencrpt will be easier
https://weblog.west-wind.com/posts/2016/Feb/22/Using-Lets-Encrypt-with-IIS-on-Windows
Hi yzidell,
Considering you need to use the certificate in IIS6, you still need to install the open ssl and run the command openssl pkcs12 -export -out. Then you could import the file following this link:
https://www.sslshopper.com/microsoft-iis-5-and-6-ssl-installation-instructions.html
https://stackoverflow.com/questions/45904332/how-to-install-ssl-certificate-received-from-sslforfree-com-on-iis
Best Regards,
Yuk Ding