Need Help With SSL cert Install
Hello, I am having a problem installing an Equifax SSL certificate. I made the appropriate changes to my httpd.conf file and everything looks to be setup correctly. I have the appropriate files in the specified directories, however when I reboot the server via SSH, I get an error. The error says
apache:mod_ssl: Error: Private Key Not Found
[Fri Feb 8 15:20:34 2002] [error] mod_ssl: Init: Private key not found (OpenSSL library error follows)
[Fri Feb 8 15:20:34 2002] [error] OpenSSL: error:0D084069:asn1 encoding routines:d2i_ASN1_SET:bad tag
[Fri Feb 8 15:20:34 2002] [error] OpenSSL: error:0D09D082:asn1 encoding routines:d2i_RSAPrivateKey:parsing
[Fri Feb 8 15:20:34 2002] [error] OpenSSL: error:0D09B00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
[Fri Feb 8 15:20:34 2002] [error] OpenSSL: error:0D084069:asn1 encoding routines:d2i_ASN1_SET:bad tag
[Fri Feb 8 15:20:34 2002] [error] OpenSSL: error:0D09D082:asn1 encoding routines:d2i_RSAPrivateKey:parsing
[Fri Feb 8 15:20:34 2002] [error] OpenSSL: error:0D09B00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/insiderhosting.com.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/filename.key
SSLCACertificatePath /etc/httpd/conf/ssl.crt
SSLCACertificateFile /etc/httpd/conf/ssl.crt/equifax.crt
SSLLog /home/web/log/ssl_engine_log
SSLLogLevel error
SSLCertificateFile /etc/httpd/conf/ssl.crt/insiderhosting.com.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/filename.key
SSLCACertificatePath /etc/httpd/conf/ssl.crt
SSLCACertificateFile /etc/httpd/conf/ssl.crt/equifax.crt
SSLLog /home/web/log/ssl_engine_log
SSLLogLevel error
Thanks