View Single Post
  #8 (permalink)  
Old 12-21-2007, 02:28 PM
Klug Klug is offline
Moderator
 
Posts: 2,207
Default

I only made "d" (/opt/zimbra/bin/zmcertmgr install self -new) and the new certs appear correctly in the Admin UI.

I tried ldapmodify but was not successfull (either root or zimbra user) :
Code:
$ ldapmodify
ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1)
Here's the result of step b, c and d :
Code:
[root@zimbra-oss bin]# /opt/zimbra/bin/zmcertmgr createca
[root@zimbra-oss bin]# /opt/zimbra/bin/zmcertmgr deployca
** Importing CA /opt/zimbra/ssl/zimbra/ca/ca.pem into CACERTS...done.
** Saving CA in ldap...done.
** Copying CA to /opt/zimbra/conf/ca...done.
[root@zimbra-oss bin]# /opt/zimbra/bin/zmcertmgr install self -new
** Installing Certificates from /opt/zimbra/ssl/zimbra/server/server.crt
** Backup /opt/zimbra/ssl/zimbra to /opt/zimbra/ssl/zimbra.20071221223132
** Creating /opt/zimbra/conf/zmssl.cnf...done
** Signing cert request /opt/zimbra/ssl/zimbra/server/server.csr...done.
** Creating pkcs12 file /opt/zimbra/ssl/zimbra/jetty.pkcs12...done.
** Creating keystore file /opt/zimbra/mailboxd/etc/keystore...done.
** Installing mta certificate and key...done.
** Installing slapd certificate and key...done.
** Installing proxy certificate and key...done.
** Installing CA to /opt/zimbra/conf/ca...done.
Same problem after restart.

BTW, the error in post #6 is related to a change I tried to the CA (changing from "Zimbra Collaboration Suite" to my company).

Last edited by Klug; 12-21-2007 at 02:35 PM..
Reply With Quote