存档
-
新建证书
前段时间为一客户升级Zimbra,由4.5.x版本升级到5.0.x版本。在升级过程中遇到了许多的问题,首先是Logger Mysql损坏无法通过升级校验,然后是LDAP无法启动……
问题一:无法修复损坏了的部分,最终重建Logger Mysql数据。
问题二:由日志发现该问题与证书有关,重建后解决。方法如下:(均以ROOT身份运行)
/opt/zimbra/bin/zmcertmgr createca -new
/opt/zimbra/bin/zmcertmgr deployca
/opt/zimbra/bin/zmcertmgr createcrt -new -days 3650
/opt/zimbra/bin/zmcertmgr deploycrt self
/opt/zimbra/bin/zmcertmgr viewdeployedcrt2009年8月24日 | 归档于 Mail标签: certificate