I'm trying to change the SSL cert in IISExpress. I've followed the guide
here. We've actually been running over SSL for a very long time, but now I want to use a signed cert from our internal CA.
I have a windows certificate, which I exported as a .pfx file, but to do this, I had to export the private key, which required me to password protect the output (you can't skip it).
So, I have a new 'LansweeperWebsite.pfx' file, but can't use it because it's password protected. Is there a better way to do this?