Signed Patches Administration Guide for PatchPro 2.2

How to Change the Java Keystore Password

  1. Become superuser.

  2. Change the keystore password.


    # /usr/java1.3/bin/keytool -storepasswd \
    -keystore /usr/java1.3/jre/lib/security/cacerts
    Enter keystore password:  changeit
    New keystore password:  new-password
    Re-enter new keystore password:  new-password