
mkcert
List of commands for mkcert:
-
mkcert:tldr:37744 mkcert: Uninstall the local CA.$ mkcert -uninstalltry on your machineexplain this command
-
mkcert:tldr:9e6de mkcert: Generate certificate and private key for a given domain.$ mkcert ${example-org}try on your machineexplain this command
-
mkcert:tldr:ab187 mkcert: Install the local CA in the system trust store.$ mkcert -installtry on your machineexplain 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 machineexplain this command