Page 1 of 1

Problem with ssl cert, please help me

PostPosted: 04. July 2007 08:59
by yellow
I bought QuickSSL from namecheap.com, got the certificate and stored in /opt/lampp/etc/ssl.crt/mydomain.crt

After modifying the file /opt/lampp/etc/extra/httpd-ssl.conf I can not start the Apache server anymore (Apache does not report any specific error), what could have gone wrong?


Code: Select all
<VirtualHost *:443>
DocumentRoot "/opt/lampp/htdocs/mydomain"
ServerName www.mydomain.com:443
ServerAdmin mydomain@mail.com
ErrorLog /opt/lampp/logs/error_log
TransferLog /opt/lampp/logs/access_log

SSLCertificateFile /opt/lampp/etc/ssl.crt/mydomain.crt

SSLCertificateKeyFile /opt/lampp/etc/ssl.key/mydomain.key

PostPosted: 04. July 2007 12:43
by yellow
I want to say thanks to sibawe, thru his post I found the solution to my problem:

sibawe's post:
http://community.apachefriends.org/f/viewtopic.php?t=22384

The solution: (write rsa key)
http://ceylonlinux.com/pdf/apache_ssl.pdf

PostPosted: 06. July 2007 19:51
by SlisheR
Glad to hear.