Security

mkcert

58.3k

Zero-config tool to create locally trusted HTTPS certificates for development.

macOSLinuxWindows

Install

Get started

brew install mkcert
brew install nss  # required if using Firefox

Usage

How to use

```bash mkcert -install # Install local CA mkcert localhost 127.0.0.1 ::1 # Generate cert for localhost ```