REM changing passwords

REM change cacerts password from changeit to sesame6
keytool -storepasswd -new sesame6 -storepass changeit -keystore "%JRE64\lib\security\cacerts"

REM change .keystore password to sesame7, it will prompt for the old one.
keytool -storepasswd -new sesame7