Cannot find SSL folder

ericovk

Verified User
Joined
Apr 17, 2012
Messages
229
Location
Rotterdam, Netherlands
I am trying to install SSL in one of the user accounts. On other servers with CentOS 6.7 / DA the SSL folder is available in /etc/ssl/certs. But this server doesn't have this folder. It's a CentOS 5.11 server with DA CB2.0 installed.

How to configure this thing and find/create this folder?

PS: I am using Apache 2.4.20
 
Hello,

Why don't you use web-interface to install the cert?

Anyway, server-wide cert an key are installed into:

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



and user's domain's cert and key are installed into

/usr/local/directadmin/data/users/username/domains/domain.com.cacert
/usr/local/directadmin/data/users/username/domains/domain.com.cert
/usr/local/directadmin/data/users/username/domains/domain.com.cert.bundle
/usr/local/directadmin/data/users/username/domains/domain.com.key
 
Thanks for the reference files Alex! It worked.... on another server. Openssl seemed to be of an older version on my CentOS 5.11 box. It appears I need to update this manually in stead of with 'yum update'.
 
Back
Top