cr8cert
cr8cert copied to clipboard
Create an SSL certificate for local development with zero configuration ✨
cr8cert
Create an SSL certificate for local development with zero configuration ✨
Demo
Installation
$ brew tap incleaf/homebrew-cli
$ brew install cr8cert
Usage
cr8cert --install
Install the local CA in the system trust store.
cr8cert --create [hostname,]
Create a certificate with the given host names.
$ mkcert --create 127.0.0.1 hyeonsulee.com
cr8cert --uninstall
Uninstall the local CA in the system trust store.
Credit
cr8certis highly inspired by mkcert.- Thanks to @limeburst for leading me to Rust world, and @amolorsy for suggesting me a nice name.