SIGN IN SIGN UP
FiloSottile / mkcert UNCLAIMED

A simple zero-config tool to make locally trusted development certificates with any names you'd like.

TAGS

14 tags
v1.4.4

Drop "go vet" from CI due to false positives See golang/go#41205

v1.4.3

Fix and update CI analyzers

v1.4.2

Make explicit "mkcert -help" print to stdout (#265) Currently "mkcert -help" prints to stderr, which is rather annoying as: $ mkcert -help | less Gives us a blank page, as it pipes only stdout. To get any results in less I need to use: $ mkcert 2>&1 | less $ mkcert |& less # Non-standard bash/ zsh Since the user explicitly asked for help with -help, it doesn't make much sense to output it to stderr IMHO.

v1.4.0

Add link to Chocolatey in README (#181)

v1.3.0

Add support for certificate signing requests with -csr Closes #55

v1.2.0

Refactor output path flags

v1.1.2

nss: use certutil from $PATH if found on macOS (#71) Fixes #70 Thanks to @hostep for testing and fixing the patch.

v1.1.1

linux: use unique per-CA names when installing certificates Fixes #52 Closes #59

v1.1.0

Force go stable to workaround travis-ci/gimme#157

v1.0.1

Add note about iOS bug to README

v1.0.0

Fix getCAROOT switch statement

v0.9.1

Delete local Homebrew Formula now that it's in homebrew-core See #32