SSL certificates issued via the TC ID Store require the installation of an intermediate CA certificate.
The SSL certificates are signed by an Intermediate CA using a two-tier hierarchy (also known as trust chain) which enhances the security of your SSL certificates. Before you install your issued SSL certificate you must install the intermediate certificate on your Web server.
Installation Instructions for TC TrustCenter Intermediate Certificate Authority (CA) Certificate (TC TrustCenter Class 2 L1 XI)
All TC Trust SSL certificates are issued below the 2048 Bit TC TrustCenter Root CA certificate (TC TrustCenter Class 2 CA II) and the TC TrustCenter Intermediate CA certificate (TC TrustCenter Class 2 L1 CA XI).
The TC TrustCenter CA should be preinstalled but the TC TrustCenter Intermediate CA certificate has to be imported manually.
You can obtain the TC Intermediate Certificate Authority (CA) Certificate at this URL: http://www.trustcenter.de/infocenter/root_certificates.htm (German)
http://www.trustcenter.de/en/infocenter/root_certificates.htm (English)
Click on the server type you are using for instructions to install the TC TrustCenter Intermediate CA certificate
Microsoft IIS 5.0 and 6.0
Apache
Tomcat (keytool)
BEA Weblogic 8.1
Netscape iPlanet 6.x
IBM HTTP Server or Websphere running iKeyman
Microsoft IIS 5.0 and 6.0
This document provides instructions for installing TC TrustCenter Server certificates with the TC TrustCenter Intermediate CA certificate . If you are unable to use these instructions for your server, we recommend that you contact Microsoft.
Installing an SSL Certificate
TC TrustCenter will send you the SSL certificate via email. The certificate will be in the body of the email, and you need to create a .cer file (example: NewCertificate.cer) by copying and pasting the certificate text into a plain text editor such as Notepad or Vi. Please be sure to include the header and footer as well as the surrounding dashes. 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. Open the Internet Services Manager (IIS)
Click Start > All Programs > Administrative Tools > Internet Information Services (IIS) Manger
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.
Import an Intermediate CA Certificate
This document provides instructions for installing TC TrustCenter Server certificates with the TC TrustCenter Intermediate CA certificate. If you are unable to use these instructions for your server, we recommend that you contact either the vendor of your software or an organization that supports Apache-SSL.
Step 1: Install the TC TrustCenter Root CA certificate and the TC TrustCenter Intermediate CA certificate
Before installing your certificate, you must first obtain the TC TrustCenter Root CA certificate (TC TrustCenter Class 2 CA II) as well as the TC TrustCenter 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
Note: Be sure to use Vi or Notepad as word processing programs like Microsoft Word may add additional characters that may render the certificate unusable.
Step 2: Install the SSL Certificate
Your TC certificate will be sent via email and the certificate text is included in the body. Copy and paste it into a text file (such as OriginalCert.txt) using Vi or Notepad. 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.
Step 3: Configure the Server
The first directive tells Apache how to find the Certificate File, the second one where the private key is located, and the third line the location of the intermediate 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 amend the httpd.conf or the ssl.conf with the above directives. Do not enter both as there will be a conflict and Apache may not start.
This document provides instructions for installing TC TrustCenter Server certificates with the TC TrustCenter Intermediate CA certificate (TC TrustCenter Class 2 L1 CA XI). If you are unable to use these instructions for your server, we recommend that you contact either the vendor of your software or an organization that supports Tomcat.
Step 1: Install the TC TrustCenter Root CA certificate
You must first obtain the TC TrustCenter Root CA certificate (TC TrustCenter Class 2 CA II) . In the following example please replace the example keystore name 'domain.key' with your keystore name.
Use the following command to import this certificate in the keystore:
keytool -import -trustcacerts -alias root –file (insert root certificate file name) -keystore domain key
Step 2: Install the TC TrustCenter Intermediate CA certificate
Create a file in Notepad and save the TC TrustCenter 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 -trustcacerts -alias inter -file (insert intermediate CA file name) -keystore domain key
Step 3: Install the SSL Certificate
TC will send you the SSL certificate via email. The certificate is in the body of the email. Copy and paste it into a text file using Vi or Notepad. Do not use Microsoft Word or other word processing programs that may add characters.
Enter the following command to import your SSL Certificate
keytool -import -trustcacerts -alias yyy (where yyy is the alias specified during CSR creation) -file domain.crt -keystore domain.key
This document provides instructions for installing TC TrustCenter Server certificates with the TC TrustCenter Intermediate CA certificate (TC TrustCenter Class 2 L1 CA XI). If you are unable to use these instructions for your server, we recommend that you contact either BEA or an organization that supports Weblogic 8.1.
Step 1: Install the TC TrustCenter Root CA certificate
You must first obtain the TC TrustCenter Root CA certificate (TC TrustCenter Class 2 CA II). Download and save it as tc_root.cer on your local or network file system. . In the following example please replace the example keystore name 'domain.key' with your keystore name. Use the following command to import this certificate in the keystore:
keytool -import -trustcacerts -alias root -keystore domain key -file tc_root.cer
Step 2: Install the TC TrustCenter Intermediate CA certificate
Then obtain the TC TrustCenter 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 -trustcacerts -alias intermediate -keystore domain key -file intermediate.cer
Step 3: Install the SSL Certificate
TC will send you the SSL certificate via email. The certificate is in the body of the email. Copy and paste it into a text file using Vi or Notepad. Do not use Microsoft Word or other word processing programs that may add characters.
Enter the following command to import your SSL Certificate:
keytool -import -trustcacerts -alias yyy (where yyy is the alias specified during CSR creation) -file domain.crt -keystore domain.key
This document provides instructions for installing TC TrustCenter Server certificates with the TC TrustCenter Intermediate CA certificate (TC TrustCenter Class 2 L1 CA XI) an Intermediate CA certificate. If you are unable to use these instructions for your server, we recommend that you contact either the server software vendor or an organization that supports iPlanet.
Step 1: Install the TC TrustCenter Root CA certificate
To properly install your certificate, you must first obtain the TC TrustCenter Root CA certificate (TC TrustCenter Class 2 CA II) and create a file in Notepad called root.txt. To install the TC TrustCenter Root CA certificate (TC TrustCenter Class 2 CA II):
Step 2: Install the TC Intermediate CA Certificate
Create a file in Notepad and save it as intermediate.txt.
To install the TC TrustCenter Intermediate CA certificate (TC TrustCenter Class 2 L1 CA XI):
Step 3: Install the TC SSL Certificate
Your TC certificate will be sent via email. Look for the certificate text in the body of the email and copy and paste it into a text file (such as OriginalCert.txt) using Vi or Notepad. 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.
IBM HTTP Server or Websphere running iKeyman
This document provides instructions for installing TC TrustCenter Server certificates with the TC TrustCenter Intermediate CA certificate. If you are unable to use these instructions for your server, we recommend that you contact either the server software vendor or an organization that supports IBM server software.
Step 1: Install TC TrustCenter Root CA certificate
To properly install your certificate, you must first obtain the TC TrustCenter Root CA certificate (TC TrustCenter Class 2 CA II) and create a file in Notepad called Root.txt. To install the TC TrustCenter Root CA certificate (TC TrustCenter Class 2 CA II):
The Signer Certificates field displays the label of the signer certificate you added.
Step 2: Install the TC TrustCenter Intermediate CA certificate
Create a file in Notepad and save it as intermediate.txt.
To install the TC TrustCenter Intermediate CA certificate (TC TrustCenter Class 2 L1 CA XI):
The Signer Certificates field displays the label of the signer certificate you added.
Step 3: Install the TC SSL Certificate
TC will email you your certificate. The certificate is in the body of the email, copy and paste it into a text file (such as OriginalCert.txt) using vi or Notepad. 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.
Step A: Installing the certificate
Using the iKeyman graphical user interface (GUI)
After TC sends you an SSL certificate, you add it to the key database file from which you generated the CSR. TC sends you the SSL certificate as part of an email; copy the certificate into a separate file. If necessary, move the file to the server machine.
Using the iKeycmd (command line interface)
To install a certificate in iKeycmd (using UNIX command line), use these commands: + gsk7cmd -cert -receive -file filename -db filename -pw password -format ascii
To install a 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.
Step B: Transferring certificates
You can extract an SSL certificate from a key database file and store it in a CA key ring file by performing the following steps:
Using the iKeyman graphical user interface (GUI)
Using the iKeycmd (command line interface)
To extract a 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 a 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