IBM HTTP Server 1.3

GeoTrust will email you your certificate. If the certificate is an attachment (Cert.cer), you can use the file. If 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. If necessary, move the file to the server machine. 

  1. To follow the naming convention for IBM HTTP Server 1.3, rename the certificate filename with the .crt extension. For example: cert.crt
  2. Copy your Certificate into the directory that you will be using to hold your certificates. For example: /usr/local/ssl/crt/.
Configure the Server
 
In order to use the key pair, you will need to update the httpd.conf file.

Add the following SSL directives in the Virtual Host settings for your site, in the httpd.conf file: 

SSLCertificateFile /usr/local/ssl/crt/cert.crt 
 
SSLCertificateKeyFile /usr/local/ssl/private/GeoTrust.key 
 
The first directive tells the IBM HTTP Server 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 or certificate file name than the example above (which most likely you are) you will need to change the path and/or filenames.
 
Save your httpd.conf file and restart the IBM HTTP Server. You can most likely do so by using the apachectl script: 
 
apachectl stop 

apachectl startssl
 
You should now be set to start using your GeoTrust certificate with your IBM HTTP Server. 

Disclaimer:

Firehost has made efforts to ensure the accuracy and completeness of the information in this document. However, Firehost makes no warranties of any kind (whether express, implied or statutory) with respect to the information contained herein. Firehost assumes no liability to any party for any loss or damage (whether direct or indirect) caused by any errors, omissions, or statements of any kind contained in this document.

Further, Firehost assumes no liability arising from the application or use of the product or service described herein and specifically disclaims any representation that the products or services described herein do not infringe upon any existing or future intellectual property rights. Nothing herein grants the reader any license to make, use, or sell equipment or products constructed in accordance with this document. Finally, all rights and privileges related to any intellectual property right described herein are vested in the patent, trademark, or service mark owner, and no other person may exercise such rights without express permission, authority, or license secured from the patent, trademark, or service mark owner. Firehost reserves the right to make changes to any information herein without further notice.
  • 0 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

Related Articles

Webstar 4.x Server

Your Geotrust certificate will be sent via email. If the certificate is included as an...

Apache SSL

Resolution Your SSL certificate will be sent imbedded in the body of the email, copy the...

Weblogic 6.0

GeoTrust will email you your certificate. If the certificate is an attachment (Cert.cer), you...

Weblogic 8.1

GeoTrust will email you your certificate. If the certificate is an attachment (Cert.cer), you...

Cisco ACS 3.2

Geotrust will email you your certificate. If the certificate is an attachment (Cert.cer), you...