Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-12-2010, 02:32 AM
Intermediate Member
 
Posts: 22
Default [SOLVED] openssl x509 DER for outlook clients

Hi all,


when i run command:
Code:
openssl x509 -days 3650 -in ca.pem -out cacert.der -outform DER
into directory /opt/zimbra/ssl/zimbra/ca , my new cacert.der is expared and is valid only for 365, any ideas ?

My server certificate from admin web page is valid to 2019.

10x for help.
__________________
FreeBSD Rulzzz!
Reply With Quote
  #2 (permalink)  
Old 10-12-2010, 05:02 AM
Intermediate Member
 
Posts: 22
Default Problem is fixed !

The command must run by root.

Code:
cd /opt/zimbra
mv ssl ssl.backup
mkdir ssl
chown -R zimbra:zimbra ./ssl
/opt/zimbra/bin/zmcertmgr createca -new 
/opt/zimbra/bin/zmcertmgr createcrt -new -days 365
/opt/zimbra/bin/zmcertmgr deploycrt self
/opt/zimbra/bin/zmcertmgr deployca

#######restart zimbra services with user zimbra ####
su zimbra
zmcontrol stop
zmcontrol start
exit 
cd /opt/zimbra/ssl/zimbra/ca
openssl x509  -in ca.pem  -out cert.der  -outform DER
Enjoy now you have valid client .der cert for 1 Y.
__________________
FreeBSD Rulzzz!

Last edited by devil; 10-12-2010 at 05:18 AM..
Reply With Quote
  #3 (permalink)  
Old 10-12-2010, 05:04 AM
Intermediate Member
 
Posts: 22
Default

BTW 10x for your help!!!
__________________
FreeBSD Rulzzz!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.