Este procedimiento fue sacado del wiki de zimbra[1]
1. Begin by generating a new Certificate Authority (CA).
/opt/zimbra/bin/zmcertmgr createca -new
2. Then generate a certificate signed by the CA that expires in 10 years .
/opt/zimbra/bin/zmcertmgr createcrt -new -days 3650
3. Next deploy the certificate.
/opt/zimbra/bin/zmcertmgr deploycrt self
4. Next deploy the CA.
/opt/zimbra/bin/zmcertmgr deployca
5. To finish, verify the certificate was deployed to all the services.
/opt/zimbra/bin/zmcertmgr viewdeployedcrt
6. Corregimos los permisos
/opt/zimbra/libexec/zmfixperms --verbose
5. Restart mailbox
su - zimbra -c "/opt/zimbra/bin/zmmailboxdctl restart"
[1]http://wiki.zimbra.com/wiki/Administration_Console_and_CLI_Certificate_Tools
0 Comentarios