Where to place CA Root Cert nginx?

ozgurerdogan

Verified User
Joined
Apr 20, 2008
Messages
343
After installing a ssl for a domain, I am getting;
A valid Root CA Certificate could not be located, the certificate will likely display browser warnings.

But in;
/usr/local/directadmin/data/users/username/nginx.conf I see:
Code:
	ssl on;
	ssl_certificate /usr/local/directadmin/data/users/username/domains/username.com.cert;
	ssl_certificate_key /usr/local/directadmin/data/users/username/domains/username.com.key;
	ssl_client_certificate /usr/local/directadmin/data/users/username/domains/username.com.cacert;

What am I missing? I need to install Ca Root certification ? But which cert into which file?
 
You put all the ca certs in the same cacert file. When editing the SSL settings there is a link at the bottom that says CA Cert.

It says this "Click Here to paste a CA Root Certificate" then you just put all your ca certs in that input box.
 
ok i found the issue. I needed to add CA root into username.com.cert file. Then all fine.
 
Last edited:
Back
Top