configuring SSL and httpd.conf

bashy

Verified User
Joined
Jul 21, 2006
Messages
72
Hi

Please can you see the image and let me know (if you can) what the correct
path should be for theses please?

SSLCertificateFile <full path to certificate>
SSLCertificateKeyFile <full path to key>
and if provided with a CA certificate file ADD the following line
SSLCACertificateFile <full path to CA certificate>

This is what i already have in my httpd.conf

SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key

Can anyone advise please with the information i have given or do you need anymore?

Regards

Bashy
 

Attachments

  • mydomain.jpg
    mydomain.jpg
    43.5 KB · Views: 139
In appears the correct path is:


SSLCertificateFile /home/user/bashyshosting.crt
SSLCertificateKeyFile /home/user/myserver.key

You should modify "user" with the username of this account.
 
Cheers for your advice, I take it this is for the server signed cert, yes?
 
I tried this and the httpd shut down, was i supposed to reload or something once i made the edit?

I quickly but it back to how it was and rebooted, got scared lol
 
I tired this again and it just wont work, The httpd doont work, I reboted the server wih the new config and still dont work, the sites will not load.

I have given up on this one, shame though :(
 
Back
Top