How to re-create self-signed certificate in a multiserver platform?: Difference between revisions

No edit summary
No edit summary
 
Line 1: Line 1:
{{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>
{{Archive}}{{WIP}}<pre>
As ROOT
As ROOT
Line 20: Line 25:
</pre>
</pre>
http://wiki.zimbra.com/wiki/Administration_Console_and_CLI_Certificate_Tools#Multi-Node_Self-Signed_Certificate
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

   KB 15093        Last updated on 2015-07-11  




0.00
(0 votes)
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

Verified Against: Zimbra Collaboration 8.6, 8.5, 8.0 Date Created: 04/16/2014
Article ID: https://wiki.zimbra.com/index.php?title=How_to_re-create_self-signed_certificate_in_a_multiserver_platform%3F Date Modified: 2015-07-11



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search