Installing a RapidSSL Commercial Certificate: Difference between revisions

(RapidSSL certificate adding instructions.)
 
(RapidSSL certificate adding instructions. Initial version.)
Line 1: Line 1:
=== Istalling a RapidSSL Commercial SSL Certificate ===
=== Istalling a RapidSSL Commercial SSL Certificate ===
Use the article as a guide to installing a GeoTrust / RapidSSL issued SSL certificate with the zmcertmgr tool. 
1. You will receive an e-mail from RapidSSL with your commercial certificate.  Locate the [Your RapidSSL certificate:] section within the e-mail and copy the Certificate including the -----BEGIN to END----- to a file server.crt and place this into /tmp/server.crt
2. Download the appropriate bundle file from http://www.geotrust.com/resources/root_certificates/certificates/Equifax_Secure_Certificate_Authority.cer . RapidSSL certificates are always signed by Equifax!! Save this as ca_bundle.crt
3. Deploy the commercial certificate with zmcertmgr as the '''root''' user.
  # cd /opt/zimbra/bin
  # ./zmcertmgr deploycrt comm /tmp/server.crt /tmp/ca_bundle.crt

Revision as of 16:01, 19 November 2009

Istalling a RapidSSL Commercial SSL Certificate

Use the article as a guide to installing a GeoTrust / RapidSSL issued SSL certificate with the zmcertmgr tool.

1. You will receive an e-mail from RapidSSL with your commercial certificate. Locate the [Your RapidSSL certificate:] section within the e-mail and copy the Certificate including the -----BEGIN to END----- to a file server.crt and place this into /tmp/server.crt

2. Download the appropriate bundle file from http://www.geotrust.com/resources/root_certificates/certificates/Equifax_Secure_Certificate_Authority.cer . RapidSSL certificates are always signed by Equifax!! Save this as ca_bundle.crt

3. Deploy the commercial certificate with zmcertmgr as the root user.

 # cd /opt/zimbra/bin
 # ./zmcertmgr deploycrt comm /tmp/server.crt /tmp/ca_bundle.crt
Jump to: navigation, search