View Single Post
  #6 (permalink)  
Old 09-26-2006, 02:56 PM
mijit mijit is offline
New Member
 
Posts: 3
Default

yes, i followed those directions. however, i did not use the word "changeit" because i assumed the instructions were telling me to "change it" to my own password. that turns out to have been wrong - using the word "changeit" verbatim allowed the operation to proceed.

i did also get this error:

Code:
keytool error: java.io.FileNotFoundException: /opt/zimbra/java/jre/lib/security/cacerts (Permission denied)
which had to do with the lack of write privileges on the cacerts file, fixed by:

Code:
chmod 644 /opt/zimbra/java/jre/lib/security/cacerts
Reply With Quote