SSL question

Rookje

Verified User
Joined
Feb 10, 2010
Messages
13
Hi guys.

We got our own bought certificates, which i manually converted on the machine itself with openssl:

* openssl x509 -in cert.crt -out cacert.pem
* openssl rsa -in server.key -text > cakey.pem

Server's hostname is in line with the certificate.

Enabled SSL in directadmin.conf and added the lines for the path's to the certificates.

But it is still giving me the error in error.log: Can't connect to ssl.

What is there left to check, what else could be wrong?

Kind regards.
 
Last edited:
Hi Peter,

This certifcate is just for the DA hostname indeed.

It's a fresh install on debian 10, and yes, i've restarted da several times after i made some changes.

Thanks.
 
I just use LetsEncrypt...... Maybe someone else will jump in, sorry........

However, when I used the defunct StartSSL years ago, I did it like the way you did it.
 
Back
Top