How do I change my IIS Express SSL certificate for one that will work with Chrome 58+?
This is how I fixed this. There may be an easier way (I’m sure there is!) Step 1 – Open Windows PowerShell (in admin mode) and generate a certificate like this: New-SelfSignedCertificate -DnsName “localhost”, “localhost” -CertStoreLocation “cert:\LocalMachine\My” Keep the thumbprint safe. Step 2 – Open a command prompt (in admin mode) and run these commands. … Read more