PDA

View Full Version : Install SSL Certificate


bonnmac
06-05-2003, 09:23 AM
I might just be overlooking it. But how do I install a serverwide SSL Certificate? I want all my resellers/users to be able to use it. (shared ssl)

Thanks.

DirectAdmin Support
06-05-2003, 11:32 AM
Hello Bonnmac,

There are a few ways you could do this, one way would be to create the Self Signed SSL Certificate/Key from a User account (with owned ip) and then just copy that certificate overtop the ones currently being used by apache:

/etc/httpd/conf/ssl.crt/server.crt
/etc/httpd/conf/ssl.key/server.key

(the new ones will be created in:
/usr/local/directadmin/data/users/username/domains/domain.com.cert and .key)

OR

from ssh:

cd /etc/httpd/conf
make
and follow the directions given.

This will be a new feature added to DirectAdmin when time permits.

John