|
[Next] [Previous] [Contents]
12. SSL Certificates for Apache / MOD_SSL
If you choose to purchase your own SSL certificate, you will find the following information helpful when you install your certificate
- The Apache configuration file for SSL certificates is found in:
- /etc/httpd/conf.d/41_mod_ssl.default-vhost.conf
- This file should contain the following lines:
- SSLCertificateFile /etc/ssl/starterssl/yourdomain.crt
- SSLCertificateKeyFile /etc/ssl/starterssl/yourdomain.key
- The location of the SSL .crt and .key files must therefore be in:
- Restart Apache
[Next] [Previous] [Contents]
|