SSL - Directadmin

ben29

Verified User
Joined
Jul 20, 2006
Messages
449
Location
Israel
hi,
i have install my ssl on my domain
my config is :
Code:
        SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
        SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
        SSLCACertificateFile /usr/local/directadmin/data/users/admin/domains/ben.co.il.cacert

i would like to use this cert also in Directadmin Control panel
how can i do that?
 
i see it before, but it's not what i want,
i just want to use my exiting ssl also to directadmin
 
i try to:
but "error loading certificate key"

i just copy my ssl domain to :
/usr/local/directadmin/conf/cakey.pem
which include:
-----BEGIN RSA PRIVATE KEY----
my code
-----END RSA PRIVATE KEY-----
 
Last edited:
Maybe permissions issue.
cakey.pem and cacert.pem should have directadmin as owner.

Copy the content of these files
/etc/httpd/conf/ssl.crt/server.crt
/etc/httpd/conf/ssl.key/server.key


Into cakey.pem and cacert.pem

You can use WinSCP for changing, making etc files. Easy to use.
 
great! thanks a lot!
i just copy that, and it's now worked!

how can i do support for ssl3 and ssl2?
 
Last edited:
Back
Top