We have multiple websites that all run from the same directory on the same server. They differentiate by having their graphics and other configuration data in virtual folders.
We are currently working on making more of our site pages (login, etc) require https. This is all working fine.
The problem is in development and debugging on our local development machines. Since there is no server certificate, we get the https that's red or marked out or (whatever method browser xyz uses to show the connection is not trusted).
Question: is there a way to generate local certificates (the sites are differentiated by host-name, all on the same ip address) that we can explicitly tell a browser is OK?
TIA,