How to re-create self-signed certificate in a multiserver platform?

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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

Jump to: navigation, search