Is there a way to create a (self-signed) certificate that will cover all localhost IPs such as the full range for 127?
I tried both 127.*
and 127.*.*.*
but neither worked; I still got SSL error pages warning me that the the page (e.g., 127.2.3.4) did not match the certificate and/or was not a trusted root, despite the fact that I had made sure to close the browser, remove the old one, and install the new one each time.
There’s some webpages that show how to use wildcards in subdomains, but not IPs.