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