#Include conf/extras/httpd-ssl.conf
The easiest way to do this is to uncomment the following line (i.e. remove the # character) from the httpd.conf file
Configure the <VirtualHost> block for the SSL-enabled site.
existing virtual host for SSL as described in step 4.
If you only need your site to be accessed securely, configure the
Make a copy of the existing non-secure virtual host and configure it for
(http) connections, you will need a virtual host for each type of connection.
If you need your site to be accessible through both secure (https) and non-secure
Identify the SSL <VirtualHost> block to configure.
If you open the file with a text editor, you should be able to find <VirtualHost> blocks which contain Apache settings.
Apache configuration files are typically found in /etc/httpd. The main configuration file is usually named httpd.conf. In some cases the <VirtualHost> blocks will be at the bottom of this httpd.conf file. Sometimes you will find the <VirtualHost> blocks in their own files under a directory like /etc/httpd/vhosts.d/ or /etc/httpd/sites/ or in a file called ssl.conf.
The location and name of this file can vary from server to server -- Especially if you use a special interface to manage your server configuration.
Find the Apache config file to edit.
Download your Intermediate (DigiCertCA.crt) and Primary Certificate (your_domain_name.crt) files from your Customer Area, then copy them to the directory on your server where you will keep your certificate and key files. Make them readable by root only.
Copy the Certificate files to your server.
If you are installing an Extended Validation SSL Certificate, use our . If you are installing any other certificate, follow the instructions below.
Apache Server SSL Certificate Installation
SSL Certificate Installation in Apache
Apache SSL Certificate Installation
SSL Certificate Installation - Apache Server
Комментариев нет:
Отправить комментарий