View Single Post
  #23 (permalink)  
Old 12-24-2007, 03:01 PM
ArcaneMagus ArcaneMagus is offline
Moderator
 
Posts: 778
Default

Ok that got me past that problem (I am running on openSUSE 10.3 and had forgotten to change the get_plat_tag.sh file so the platform was listed as unknown which apparently is a problem for this command)
Unfortunately I am having an issue with the creation of the ca.pem file. It apparently grabs information from LDAP for the CA using the following command:
Code:
zmprov -l -- gacf zimbraCertAuthorityCertSelfSigned
However since step B was to remove this information from LDAP this step fails and creates a ca.pem of 0 size. This causes the steps after this to fail. Is there something I am missing that is supposed to recreate this information?
Reply With Quote