Hacker News new | ask | show | jobs
by toupeira 3770 days ago
If it's just for local development, you can make a self-signed certificate and add it as trusted to your browser(s).
2 comments

To anyone wondering, this is also what the "big boys" do, so dont feel like this is a hack. Most big companies have their own company root CA, and install that cert on their company computers. They then have all internal apps use a cert signed with that root CA (or derivative thereof)
And that's how the CA system is actually supposed to work. You add to the trust store those entities you trust rather than those that are trusted by the browser makers...
I've been thinking about grabbing the last release of ngrok and some internal setup of lets encrypt or just wildcard to run something like that.