Description
This is a 🙋 feature request.
As documented in the readme, the expected behaviour of Bankai currently is to present a certificate error in the browser on first use.
I just released nodecert (github mirror), which uses mkcert to create locally-trusted certificates. I also just released https-server (github mirror) which uses nodecert to provide a seamless experience for running a local development server over port 443.
To try it out with some static content:
npm i -g @ind.ie/https-server
https-server [folder-to-serve]
- Go to https://localhost to view the site without certificate warnings.
One of the reasons I wrote these is because I am considering using Choo and Bankai for my next project and I’d love to see this seamless workflow integrated. I wanted to get your thoughts on (a) whether this is something you’d like to see in Bankai and (b) if you had any thoughts on how best to integrate it before kicking off by myself :)