Webstar 4.x Server

Your Geotrust certificate will be sent via email. If the certificate is included as an attachment (Cert.cer), you may use the file. If the certificate is imbedded 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. 
  1. To follow the naming convention for Apache, 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. In For example: /usr/local/ssl/crt/.
Configure the Server 
 
Open your httpd.conf and view the "Virtual Host" section and verify that you have the following 2 directives within this Virtual Host and add them if they are not present: 

SSLCertificateFile /usr/local/ssl/crt/cert.crt  

SSLCertificateKeyFile /usr/local/ssl/private/private.key  

The first directive tells Apache how to find the certificate file and the second one where the private key is located.
 
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.
 
3. Save your httpd.conf file and restart Apache. You can most likely do so by using the apachectl script:  
 
apachectl stop  

apachectl startssl
  
You should now be set to start using your Firehost certificate with your Apache-SSL 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 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Related Articles

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...

Citrix Secure Gateway (Command-line interface)

Log on as the root user at the Secure Gateway server. At the command prompt,...