Skip to content

Instantly share code, notes, and snippets.

@heitara
Last active January 31, 2022 14:09
Show Gist options
  • Save heitara/a713bee503ff3d78992adb70d3ff9125 to your computer and use it in GitHub Desktop.
Save heitara/a713bee503ff3d78992adb70d3ff9125 to your computer and use it in GitHub Desktop.
How to fix problems with mkcert

If you face any problems like missig keystore

" keytool error: java.lang.Exception: Keystore file does not exist: "

You have to create a default keystore in your JAVA_HOME.

JAVA_HOME/jre/lib/security/cacerts cacerts default password is changeit. This file is important and should be secured. You can read more here

Once that's done you should be able to use mkcert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment