Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to install a Comodo SSL certificate on a shared server, which has directadmin installed. I have assigned the user an unique ip address, made the CSR request and uploaded the certificate.

In directadmin I get the response that both the certificate and private key are saved. Unfortunately, when I browse to the https://www.domain.com I get a SSL error, saying that the certificate is untrusted, because it is self-signed.

I'm confused why this error occurs. It seems to me that I followed the correct steps to install the Comodo ssl certificate. I also tried deleting the private key and certificate through the command line on the server. But this does not seem to resolve the error.

What direction should I be looking into solving this issue?

share|improve this question

1 Answer

Check if you installed the intermediate certificate. You have to list one or more intermediate certificates in the field for your public key.

You can also use the GlobalSign OneClickSSL plugin for DirectAdmin and let the plugin do everything for you automatically.

See: https://www.globalsign.com/ssl/oneclickssl/directadmin/

And: http://www.youtube.com/#/watch?v=tVP9i6Ing1M

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.