[](LICENSE-MIT)
[](https://crates.io/crates/br-web-server)
````shell
brew install mkcert
brew install nss
mkcert -install
````
```shell
mkcert -key-file examples/ssl/127.0.0.1.key -cert-file examples/ssl/127.0.0.1.pem localhost 127.0.0.1
```