Web Hosting Talk







View Full Version : Need Help With SSL cert Install


insiderhosting
02-08-2002, 05:58 PM
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

Then when I check the servers error_logs I get the following

[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


Here is the excerpt of my httpd.conf file
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

Any help would GREATLY be appreicated.

Thanks