Create an SSL certificate for local development with zero configuration ✨
$ brew tap incleaf/homebrew-cli
$ brew install cr8certInstall the local CA in the system trust store.
Create a certificate with the given host names.
$ mkcert --create 127.0.0.1 hyeonsulee.comUninstall the local CA in the system trust store.
cr8certis highly inspired by mkcert.- Thanks to @limeburst for leading me to Rust world, and @amolorsy for suggesting me a nice name.
