Difference between revisions of "How to re-create self-signed certificate in a multiserver platform?"
(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 /...") |
|||
Line 15: | Line 15: | ||
su - zimbra | su - zimbra | ||
zmcontrol stop;zmcontrol start | zmcontrol stop;zmcontrol start | ||
+ | </pre> | ||
+ | <pre> | ||
+ | You can also choose to use a wild card certificate | ||
+ | http://wiki.zimbra.com/wiki/Administration_Console_and_CLI_Certificate_Tools#Multi-Node_Self-Signed_Certificate | ||
</pre> | </pre> |
Revision as of 07:27, 15 June 2011
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
You can also choose to use a wild card certificate http://wiki.zimbra.com/wiki/Administration_Console_and_CLI_Certificate_Tools#Multi-Node_Self-Signed_Certificate