Forrest logo
back to context overview

mkcert

List of commands for mkcert:

  • mkcert:tldr:37744 mkcert: Uninstall the local CA.
    $ mkcert -uninstall
    try on your machine
    explain this command
  • mkcert:tldr:9e6de mkcert: Generate certificate and private key for a given domain.
    $ mkcert ${example-org}
    try on your machine
    explain this command
  • mkcert:tldr:ab187 mkcert: Install the local CA in the system trust store.
    $ mkcert -install
    try on your machine
    explain this command
  • mkcert:tldr:abd0c mkcert: Generate certificate and private key for multiple domains.
    $ mkcert ${example-org} ${myapp-dev} ${127-0-0-1}
    try on your machine
    explain this command
back to context overview