Before you begin the installation, make a back-up of your certificate that you can keep in a safe place. This makes re-securing your server much easier if your server crashes.
TC Extended Trust SSL certificates require the installation of separate Intermediate CA Certificates: the TC TrustCenter Class 4 Extended Validation CA III, the GeoTrust Primary CA and the Equifax Secure CA Root certificate.
Installation is straightforward, but varies for different web server applications. Please select your server from our list below:
You can't find your SSL Server Type? Please visit our FAQ for more Informations about different SSL Server Types. If you can't find your SSL Server Types in our FAQ either please contact our Support.
After following one of the instruction above you need to test your certificate by connecting to your server. Use the https protocol directive (e.g. https://your/server/) to indicate you wish to use secure HTTP. The padlock icon on your Web browser will be displayed in the locked position if you have set up your site properly.
This document provides instructions for installing TC Extended Trust SSL certificate. If you are unable to use these instructions for your server, we recommend that you contact either the vendor of your server software or an organisation that supports Microsoft IIS 5.0 to 7.0.
Your TC Extended Trust SSL certificate will be sent via email. Look for the TC Extended Trust SSL certificate text in the body of the email and copy and paste it into a .cer file (such as tc_server.cer) using Vi or Notepad. Please be sure to include the header and footer as well as the surrounding dashes including the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- lines.
NOTE: Do not use Microsoft Word or other word processing programs that may add characters. Confirm that there are no extra lines or spaces in the file otherwise additional characters may render the certificate unusable.
Open the Internet Information Services (IIS) Manager:
Important: The pending request must match the response file. If you deleted the pending request in error you must generate a new CSR and replace this certificate.
7. Select the location of the TC Extended Trust SSL certificate response file, and then click Next
8. Read the summary screen to be sure that you are processing the correct certificate and then click Next
9. At the confirmation screen, verify the information and click Next
10. Stop and restart your web server prior to any testing. Be sure to assign your site an SSL port (443 by default). If you do not specify an IP address when installing your TC Extended Trust SSL certificate, the same ID will be used for all virtual servers created on the system. If you are hosting multiple sites on a single server, you can specify that the ID only be used for a particular server IP address.
This document provides instructions for installing TC Extended Trust SSL certificate. If you are unable to use these instructions for your server, we recommend that you contact either the vendor of your server software or an organisation that supports Apache-SSL.
Before installing your TC Extended Trust SSL certificate, you need first to obtain the EV Premium Root Package for Apache. Save this file as intermediate.crt. into the directory that you will be using to hold your certificates. For example: /usr/local/ssl/crt.
Your TC Extended Trust SSL certificate will be sent via email. Look for the TC Extended Trust SSL certificate text in the body of the email and copy and paste it into a .txt file (such as server.crt) using Vi or Notepad. Please be sure to include the header and footer as well as the surrounding dashes including the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- lines.
NOTE: Do not use Microsoft Word or other word processing programs that may add characters. Confirm that there are no extra lines or spaces in the file otherwise additional characters may render the certificate unusable.
If you have not already set up a secure virtual host or would like to learn more about SSL, refer to the following link for more information:
http://www.faqs.org/docs/Linux-HOWTO/SSL-RedHat-HOWTO.html
SSLCertificateFile: /usr/local/ssl/crt/server.crt SSLCertificateKeyFile: /usr/local/ssl/private/private.key (name of private key file) SSLCertificateChainFile: /usr/local/ssl/crt/intermediate.crt
The first directive tells Apache how to find the TC Extended Trust SSL certificate file, the second one where the private key is located, and the third line the location of the TC Intermediate CA certificates.
If you are using a different location and certificate file names than the example above (which most likely you are) you will need to change the path and filename to reflect your server.
Note: Some instances of Apache contain both a httpd.conf and ssl.conf file. Please enter or change the httpd.conf or the ssl.conf file with the above directives. Do not enter both as there will be a conflict and Apache may not start.
For instructions how to backup your certificate incl. Private Key we recommend to contact either the vendor of your server software or an organisation that supports Apache
This document provides instructions for installing TC Extended Trust SSL certificate. If you are unable to use these instructions for your server, we recommend that you contact either the vendor of your server software or an organisation that supports Tomcat.
You must first download the Equifax Secure CA Root certificate (Root CA certificate), create a .cer file in Notepad and save the Root CA certificate as root.cer on your local or network file system. In the following example please replace the example keystore name 'keystore.key' with your keystore name.
Use the following command to import this certificate in the keystore:
keytool -import -alias root -keystore keystore.key -trustcacerts -file root.cer
Download the TC TrustCenter Class 4 Extended Valiation CA III (Intermediate CA certificate), create a .cer file in Notepad and save the Intermediate CA certificate as intermediate.cer on your local or network file system. In the following example please replace the example keystore name 'keystore.key' with your keystore name.
Use the following command to import this certificate in the keystore:
keytool -import -alias intermediate -keystore keystore.key -trustcacerts -file intermediate.cer
Now you need to create an additional file in Notepad and save the GeoTrust Primary CA (Cross CA certificate) as cross.cer.
Use the following command to import this certificate in the keystore:
keytool -import -alias cross -keystore keystore.key -trustcacerts -file cross.cer
Your TC Extended Trust SSL certificate will be sent via email. Look for the TC Extended Trust SSL certificate text in the body of the email and copy and paste it into a .crt file (such as server.crt) using Vi or Notepad. Please be sure to include the header and footer as well as the surrounding dashes including the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- lines.
NOTE: Do not use Microsoft Word or other word processing programs that may add characters. Confirm that there are no extra lines or spaces in the file otherwise additional characters may render the certificate unusable.
Enter the following command to import your TC Extended Trust SSL certificate (certreq.csr is the alias specified during CSR creation):
keytool -import -alias server.crt -file server.crt -keystore keystore.key
Weblink:
http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html
http://java.sun.com/j2se/1.3/docs/tooldocs/win32/keytool.html
For instructions how to backup your certificate incl. Private Key we recommend to contact either the vendor of your server software or an organisation that supports Tomcat (keytool)
This document provides instructions for installing TC Extended Trust SSL certificate. If you are unable to use these instructions for your server, we recommend that you contact either the vendor of your server software or an organisation that supports Weblogic 8.1.
You must first download the Equifax Secure CA Root certificate (Root CA certificate), create a .cer file in Notepad and save the Root CA certificate as root.cer on your local or network file system. In the following example please replace the example keystore name 'keystore.key' with your keystore name.
Use the following command to import this certificate in the keystore:
keytool -import -alias root -keystore keystore.key -trustcacerts -file root.cer
Download the TC TrustCenter Class 4 Extended Validation CA III (Intermediate CA certificate), create a .cer file in Notepad and save the Intermediate CA certificate as intermediate.cer on your local or network file system. In the following example please replace the example keystore name 'keystore.key' with your keystore name.
Use the following command to import this certificate in the keystore:
keytool -import -alias intermediate -keystore keystore.key -trustcacerts -file intermediate.cer
Now you need to create an additional file in Notepad and save the GeoTrust Primary CA (Cross CA certificate) as cross.cer.
Use the following command to import this certificate in the keystore:
keytool -import -alias cross -keystore keystore.key -trustcacerts -file cross.cer
Your TC Extended Trust SSL certificate will be sent via email. Look for the TC Extended Trust SSL certificate text in the body of the email and copy and paste it into a .txt file (such as server.crt) using Vi or Notepad. Please be sure to include the header and footer as well as the surrounding dashes including the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- lines.
NOTE: Do not use Microsoft Word or other word processing programs that may add characters. Confirm that there are no extra lines or spaces in the file otherwise additional characters may render the certificate unusable.
Enter the following command to import your TC Extended Trust SSL certificate (certreq.csr is the alias specified during CSR creation):
keytool -import -alias server.crt -file server.crt -keystore keystore.key
Weblinks: http://download.oracle.com/docs/cd/E13222_01/wls/docs45/classdocs/API_secure.html
For instructions how to backup your certificate incl. Private Key we recommend to contact either the vendor of your server software or an organisation that supports BEA Oracle Weblogic
This document provides instructions for installing TC Extended Trust SSL certificate. If you are unable to use these instructions for your server, we recommend that you contact either the vendor of your server software or an organisation that supports Netscape iPlanet.
Your TC Extended Trust SSL certificate will be sent via email. Look for the TC Extended Trust SSL certificate text in the body of the email and copy and paste it into a .txt file (such as server.txt) using Vi or Notepad. Please be sure to include the header and footer as well as the surrounding dashes including the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- lines.
NOTE: Do not use Microsoft Word or other word processing programs that may add characters. Confirm that there are no extra lines or spaces in the file otherwise additional characters may render the certificate unusable.
Select the option This Server
For instructions how to backup your certificate incl. Private Key we recommend to contact either the vendor of your server software or an organisation that supports Netscape iPlanet 6.x
IBM HTTP Server or Websphere running iKeyman
This document provides instructions for installing TC Extended Trust SSL certificate. If you are unable to use these instructions for your server, we recommend that you contact either the vendor of your server software or an organisation that supports IBM server software.
The Signer Certificates field displays the label of the signer certificate you added.
The Signer Certificates field displays the label of the signer certificate you ad added.
Now you need to install the following three CA certificates on the web server:
Your TC Extended Trust SSL certificate will be sent via email. Look for the TC Extended Trust SSL certificate text in the body of the email and copy and paste it into a .txt file (such as server.txt) using Vi or Notepad. Please be sure to include the header and footer as well as the surrounding dashes including the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- lines.
NOTE: Do not use Microsoft Word or other word processing programs that may add characters. Confirm that there are no extra lines or spaces in the file otherwise additional characters may render the certificate unusable.
Step Aa: Using the iKeyman GUI
After TC TrustCenter sends you the TC Extended Trust SSL certificate, you add it to the key database file from which you generated the CSR. TC TrustCenter sends you the TC Extended Trust SSL certificate as part of an email; copy the TC Extended Trust SSL certificate into a separate file. If necessary, move the file to the server machine.
Step Ab: Using the iKeycmd (command line interface)
To install the TC Extended Trust SSL certificate in iKeycmd (using UNIX command line), use these commands:
+ gsk7cmd -cert -receive -file filename -db filename -pw password -format ascii
To install the TC Extended Trust SSL certificate in iKeycmd (using Windows command line), use these commands:
+ runmqckm -cert -receive -file filename -db filename -pw password -format ascii
where:
+ -file filename is the fully qualified file name of the file containing the personal certificate
+ -db filename is the fully qualified file name of a CMS key database
+ -pw password is the password for the CMS key database
+ -format ascii is the format of the certificate. The value can be ascii for Base64-encoded ASCII or binary for Binary DER data. The default is ascii.
You can extract the TC Extended Trust SSL certificate from a key database file and store it in a CA key ring file by performing the following steps:
Step Ba: Using the iKeyman GUI
Step Bb: Using the iKeycmd (command line interface)
To extract the TC Extended Trust SSL certificate in iKeycmd (using UNIX command line), use these commands:
+ gsk7cmd -cert -extract -db filename -pw password -label label -target filename -format ascii
To extract the TC Extended Trust SSL certificate in iKeycmd (using Windows command line), use these commands:
+ runmqckm -cert -extract -db filename -pw i -label label -target filename -format ascii
where:
+ -db filename is the fully qualified pathname of a CMS key database
+ -pw password is the password for the CMS key database
+ -label label is the label attached to the certificate
+ -target filename is the name of the destination file
+ -format ascii is the format of the certificate. The value can be ascii for Base64-encoded ASCII or binary for Binary DER
For instructions how to backup your certificate incl. Private Key we recommend to contact either the vendor of your server software or an organisation that supports IBM HTTP Server or Websphere running iKeyman