Security
mkcert
58.3kZero-config tool to create locally trusted HTTPS certificates for development.
macOSLinuxWindows
Install
Get started
brew install mkcert
brew install nss # required if using FirefoxUsage
How to use
```bash
mkcert -install # Install local CA
mkcert localhost 127.0.0.1 ::1 # Generate cert for localhost
```