My Chrome browser stopped accepting SSL certificates recently because of missing Subject Alternative Name. We have fixed this at production server by generating a proper certificate (here an example of building a certificate). Now it still complains on my local PC when I debug (running with F5) - the site loads extremely slow because of it, so I would really like to fix it.
I now that there is a localhost certificate that Visual Studio uses to sign the site when debugging (I'm using IIS Express). I've tried to replace this certificate with the one with SAN I've generated, but it just stopped working and the site doesn't load anymore with ERR_CONNECTION_RESET
What is the proper way of fixing certificate problems for local debugging in VS?