Skip to content

incleaf/cr8cert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • cr8cert is highly inspired by mkcert.
  • Thanks to @limeburst for leading me to Rust world, and @amolorsy for suggesting me a nice name.

About

Create an SSL certificate for local development with zero configuration ✨

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages