Chinaunix首页 | 论坛 | 博客
  • 博客访问: 237400
  • 博文数量: 59
  • 博客积分: 2661
  • 博客等级: 少校
  • 技术积分: 732
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-24 11:54
文章分类

全部博文(59)

文章存档

2013年(1)

2012年(8)

2011年(17)

2010年(33)

我的朋友

分类: 系统运维

2012-02-03 15:05:38

zimbra的ssl过期,安装后默认是1年有效期。

过期后解决方法:

原文:http://www.unixsurgeon.com/kb/a-network-service-error-has-occurred-timestamp-check-failed.html

1. Begin by generating a new Certificate Authority (CA).

# ./zmcertmgr createca -new

2. Then generate a certificate signed by the CA that expires in 365 days.

# ./zmcertmgr createcrt -new -days 365

3. Next deploy the certificate.

# ./zmcertmgr deploycrt self

4. Next deploy the CA.

# ./zmcertmgr deployca

5. To finish, verify the certificate was deployed to all the services.

# ./zmcertmgr viewdeployedcrt

Then restart the zimbra mail server once again,now your all the users can access their webmail account.

阅读(3810) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~