How to re-create self-signed certificate in a multiserver platform?
Revision as of 07:25, 15 June 2011 by Rmansoura@zimbra.com (talk | contribs) (Created page with "<pre> As ROOT /opt/zimbra/bin/zmcertmgr createca /opt/zimbra/bin/zmcertmgr deployca -localonly /opt/zimbra/bin/zmcertmgr createcrt self /opt/zimbra/bin/zmcertmgr deploycrt self /...")
As ROOT /opt/zimbra/bin/zmcertmgr createca /opt/zimbra/bin/zmcertmgr deployca -localonly /opt/zimbra/bin/zmcertmgr createcrt self /opt/zimbra/bin/zmcertmgr deploycrt self /opt/zimbra/bin/zmcertmgr verifycrt self /opt/zimbra/bin/zmcertmgr createcsr self -new -subjectAltNames "server1,server1,server3" /opt/zimbra/bin/zmcertmgr createcrt self /opt/zimbra/bin/zmcertmgr deploycrt self -allserver /opt/zimbra/bin/zmcertmgr viewdeployedcrt /opt/zimbra/bin/zmcertmgr addcacert /opt/zimbra/ssl/zimbra/server/server.crt su - zimbra zmcontrol stop;zmcontrol start