Thanks for all your help william
What commands did you use to make your server key ?
i used
/usr/bin/openssl genrsa 1024 > /etc/httpd/conf/ssl.key/server.key
Thats good as it will allow apache to start without asking for a password.
ps i have also tried editing ssl.conf in in /etc/httpd/conf.d to match my 2 certificate files (my cert and a ca-bundle)
I don't think that file is used in the SME world.
/etc/httpd/conf/httpd.conf is the file you want. However you never edit this file directly.
I believe your certificate and key are fine but the key points are-
* the CA SSL how to will only show you how to change your certificate on a global level (server-manager and ibays)
* for ibays only, I don't think there is a system in place yet.. you will have to learn about the templating system and the configuration db system.
I suggest you read the developer manual, join the developer mailing list and ask questions. I'm sure others would like a solution to this as well.