Certificate Installation: Apache
Adaugat de Ciprian COZOPLEAN, Last modified by on 15 Mar 2009 04:12 PM
|
|
Certificate Installation: ApacheInstalling a certificate using Apache (with mod_ssl) & OpenSSLYou should have received your certificate from us, a file typically named 'your_domain_com.crt' as well as the 'CA bundle' file containing the intermediate certificates, typically named 'your_domain_com.ca-bundle'. [download root & intermediate certificates from Root & Intermediate Certificates] Installing the certificate requires you to be able to make changes to Apache's configuration files, and restart the Apache server process. Please ensure you can do this before you continue.
Apache 1.3.x:SSLEngine on Apache 2.x:SSLEngine on If you have chosen to have a password on your private key, you will be prompted to enter it each time Apache is started or restarted. Apache will not fully start until the password is entered. The configuration file is often called httpd.conf or apache.conf, although sometimes the SSL-specific section is placed in a separate file called ssl.conf and linked from the main configuration by an 'Include' command. Sometimes, the VirtualHost section will be in a specific file for that site, in a sub-directory often labelled sites-enabled/. Much of the layout of Apache's configuration files and directory naming conventions is controlled by the distribution of OS you are using. It is recommended that you look at the distribution's own site and documentation to confirm the locations: Debian, CentOS, Fedora etc. | |
|
Comentarii (0)