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 Trust SSL certificates require the installation of a Intermediate CA Certificate: the TC TrustCenter Class 2 L1 CA XI. For certain server application the 2048 Bit Root CA certificate (TC TrustCenter Class 2 CA II) has to be installed as well.
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 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 Internet Information Services 5.0 to 7.0.
Your TC Trust SSL certificate will be sent via email. Look for the TC 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 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 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 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 Trust SSL certificate, you must first obtain the Root CA certificate (TC TrustCenter Class 2 CA II) as well as the Intermediate CA certificate (TC TrustCenter Class 2 L1 CA XI) and save it into the directory that you will be using to hold your certificates. For example: /usr/local/ssl/crt.
Use vi to create a file contain both certificates, the Root CA as well as the Intermediate CA. Alternative you can download the file using this link, save the file as intermediate.crt for your config.
Your TC Trust SSL certificate will be sent via email. Look for the TC Trust SSL certificate text in the body of the email and copy and paste it into a .txt file (such as tc_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/tc_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 Trust SSL certificate file, the second one where the private key is located, and the third line the location of the TC Intermediate CA certificate.
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 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.
Use the following command to import this certificate in the keystore:
keytool -import -alias root -keystore keystore.key -trustcacerts -file root.cer
Create a file in Notepad and save the Intermediate CA certificate (TC TrustCenter Class 2 L1 CA XI) as intermediate.cer.
Use the following command to import this certificate in the keystore:
keytool -import -alias intermediate -keystore keystore.key -trustcacerts -file intermediate.cer
Your TC Trust SSL certificate will be sent via email. Look for the TC Trust SSL certificate text in the body of the email and copy and paste it into a .crt file (such as tc_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 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 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 obtain the Root CA certificate (TC TrustCenter Class 2 CA II). Download and save it 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
Then obtain the Intermediate CA certificate (TC TrustCenter Class 2 L1 CA XI) and save it as intermediate.cer.
Use the following command to import this certificate in the keystore:
keytool -import -alias intermediate -keystore keystore.key -trustcacerts -file intermediate.cer
Your TC Trust SSL certificate will be sent via email. Look for the TC Trust SSL certificate text in the body of the email and copy and paste it into a .txt file (such as tc_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 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 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 Trust SSL certificate will be sent via email. Look for the TC 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 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 added.
Your TC Trust SSL certificate will be sent via email. Look for the TC Trust SSL certificate text in the body of the email and copy and paste it into a .txt file (such as tc_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 Trust SSL certificate, you add it to the key database file from which you generated the CSR. TC TrustCenter sends you the TC Trust SSL certificate as part of an email; copy the TC 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 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 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 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 To extract the TC 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 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