Difference between revisions of "Procedures (Zimbra)"

Jump to navigation Jump to search
849 bytes added ,  21:13, 6 February 2013
(Added "Enable DKIM" and Meta)
(→‎Install Commercial Certificate: Added CLI procedure)
Line 87: Line 87:
#* <code> more /opt/zimbra/ssl/zimbra/commercial/commercial.csr </code>
#* <code> more /opt/zimbra/ssl/zimbra/commercial/commercial.csr </code>
# Upload CSR to certificate authority
# Upload CSR to certificate authority
# Install received keys via GUI and restart server
# Install received certificates via GUI and restart server
 
If you are unable to install the new certificates via the admin console, then do the following
# Copy the CA and server certificates onto the server (to a temp location)
#* If you have CA and one or more intermeadiary certificates, these need to be concatenated so that you have one CA cert, and one server cert
#** EG <code> cat /tmp/ca.crt /tmp/ca_inter1.crt /tmp/ca_inter2.crt > /tmp/ca_chain.crt </code>
# Verify the server certificate
#* EG <code> /opt/zimbra/bin/zmcertmgr verifycrt comm /opt/zimbra/ssl/zimbra/commercial/commercial.key /tmp/server.crt /tmp/ca_chain.crt</code>
# Deploy the server certificate
#* EG <code> /opt/zimbra/bin/zmcertmgr deploycrt comm /tmp/server.crt /tmp/ca_chain.crt </code>
# Restart the server
 
For more info see http://wiki.zimbra.com/wiki/Administration_Console_and_CLI_Certificate_Tools#zmcertmgr


=== Migrate Commercial Certificate To New Server ===
=== Migrate Commercial Certificate To New Server ===

Navigation menu