logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate Certificates - mkcert | Online Free DevTools by Hexmos

Generate trusted development certificates with mkcert. Create localhost certificates and secure your development environment easily. Free online tool, no registration required.

mkcert

Make locally-trusted development certificates. More information: https://github.com/FiloSottile/mkcert.

  • Install the local CA in the system trust store:

mkcert -install

  • Generate certificate and private key for a given domain:

mkcert {{example.org}}

  • Generate certificate and private key for multiple domains:

mkcert {{example.org}} {{myapp.dev}} {{127.0.0.1}}

  • Generate wildcard certificate and private key for a given domain and its subdomains:

mkcert "{{*.example.it}}"

  • Uninstall the local CA:

mkcert -uninstall

See Also