Open adamdecaf opened 6 years ago
I was running into some issues with a modified JAVA_HOME file layout.
Using the wrong password didn't seem to be caught. I had other changes locally, but cert-manage just hung...
cert-manage
$ ./bin/keytool -list -storepass <pass> -keystore <path>/lib/security/cacerts -rfc keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect
If kpath's value was a directory cert-manage seemed to hang.
kpath
$JAVA_HOME/lib/security/cacerts didn't exist and cert-manage hung.
$JAVA_HOME/lib/security/cacerts
I was running into some issues with a modified JAVA_HOME file layout.
Using the wrong password didn't seem to be caught. I had other changes locally, but
cert-manage
just hung...If
kpath
's value was a directorycert-manage
seemed to hang.$JAVA_HOME/lib/security/cacerts
didn't exist andcert-manage
hung.