System Administration Guide: Basic Administration

How to Remove Imported Certificates From Java Keystore

If a problem occurred during the PatchPro installation, you might just remove the certificates and import them again.

  1. Become superuser.

  2. Remove the previously imported certificates.


    #/usr/j2se/bin/keytool -delete -alias smicacert -keystore 
    /usr/j2se/jre/lib/security/cacerts
    Enter keystore password:  changeit
    # /usr/j2se/bin/keytool -delete -alias smirootcacert -keystore 
    /usr/j2se/jre/lib/security/cacerts
    Enter keystore password:  changeit
    # /usr/j2se/bin/keytool -delete -alias patchsigning -keystore 
    /usr/j2se/jre/lib/security/cacerts
    Enter keystore password:  changeit