aschewin wrote:
> I read through the forums and saw that it is not possible to
> install or modify the SSL certificate for a virtual domain on
> e-smith

, so I need to look at the next best thing...Can
> I buy a third party (say verisign) certificate and install in
> on e-smith?
If you manage to get such a certificate, you can configure Apache to use your new certificate by doing:
/sbin/e-smith/config setprop modSSL crt /path/to/your/cert
/sbin/e-smith/config setprop modSSL key /path/to/your/key
/sbin/e-smith/signal-event ldap-update
You will still have the same certificate no matter what virtual domain is accessed.
Charlie