Install SSL for Apache Windows

To install the SSL certificate for Apache on Windows, you perform the following:

1. Unzip attachments will be two files certificate.crt and cabundle.crt

2. Download this file to the server two, included in the folder C:\ssl (this is the eve folder you created to contain the CSR and private key).

3. At this point in the folder C:\ssl will have private.key files, certificate.crt, cabundle.crt

4. Open the Apache configuration file (usually C:\apache2\conf\httpd.conf or C:\apache2\conf.d\ssl.conf) and look for the following configuration:

SSLCertificateFile C:\ssl\certificate.crt
SSLCertificateKeyFile C:\ssl\private.key
SSLCACertificateFile C:\ssl\cabundle.crt
5. Save the file and restart Apache.

After successful installation, you can check the cert was install correctly or not by following tools:
https://cryptoreport.websecurity.symantec.com/checker/views/certCheck.jsp

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How to install your SSL Certificate in IIS 5 & 6

Open the ZIP file containing your certificate and copy the file named your_domain_name.cer to...

Cài đặt SSL trên IIS 7/7.5 (Windows Server 2008)

Để cài đặt chứng thư số SSL cho IIS 7/7.5 trên Windows 2008, bạn thực hiện như sau :  Bước 1:...

Cài đặt SSL trên IIS 8/8.5 (Window Server 2012)

Để cài đặt chứng thư số SSL cho IIS 8/8.5 trên Windows Server 2012, bạn thực hiện như sau :...

Install SSL for Apache Linux

To install the SSL digital certificates to Apache on Linux, you perform the following: 1. Unzip...

Install SSL for Cpanel

After the certificate has been issued, and sent to you by the Certificate Authority, you can...