Hm just noticed doing something else java related that the default apple keystore pass seems to have finally revered to using the sun/oracle default changeit password (instead of changeme used in midway through 10.5.x & 10.6.x):
keytool -list -keystore "/System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/Contents/Home/lib/security/cacerts" -storepass "changeit"
returns:
Keystore type: JKS
Keystore provider: SUN
Your keystore contains 175 entries
(and all the finterprints)
vs
keytool -list -keystore "/System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/Contents/Home/lib/security/cacerts" -storepass "changeit"
returns:
keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect

