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 /...") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <pre> | + | {{BC|Community Sandbox}} |
+ | __FORCETOC__ | ||
+ | <div class="col-md-12 ibox-content"> | ||
+ | =Gow to re-create self-signed certificate in a Multiserver Platform= | ||
+ | {{KB|{{Unsupported}}|{{ZCS 8.6}}|{{ZCS 8.5}}|{{ZCS 8.0}}|}} | ||
+ | {{Archive}}{{WIP}}<pre> | ||
As ROOT | As ROOT | ||
/opt/zimbra/bin/zmcertmgr createca | /opt/zimbra/bin/zmcertmgr createca | ||
Line 16: | Line 21: | ||
zmcontrol stop;zmcontrol start | zmcontrol stop;zmcontrol start | ||
</pre> | </pre> | ||
+ | <pre> | ||
+ | You can also choose to use a wild card certificate | ||
+ | </pre> | ||
+ | http://wiki.zimbra.com/wiki/Administration_Console_and_CLI_Certificate_Tools#Multi-Node_Self-Signed_Certificate | ||
+ | |||
+ | {{Article Footer|Zimbra Collaboration 8.6, 8.5, 8.0|04/16/2014}} |
Latest revision as of 20:17, 11 July 2015
Gow to re-create self-signed certificate in a Multiserver Platform
- This is archive documentation, which means it is not supported or valid for recent versions of Zimbra Collaboration.
- This article is a Work in Progress, and may be unfinished or missing sections.
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