Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

...

[16:39:33 CDT(-0500)] <suntzu> the initial key that is generated is put into the ~userhome/.keystore

[16:40:11 CDT(-0500)] <suntzu> this key needs to be imported into the /usr/java/default/jre/lib/security/cacerts keystore

[16:41:06 CDT(-0500)] <suntzu> keytool -importkeystore -srckeystore ~userhome/.keystore -destkeystore /usr/java/default/jre/lib/security/cacerts

[16:41:16 CDT(-0500)] <suntzu> that resolved my issue.