tonymontana
Verified User
- Joined
- Dec 30, 2017
- Messages
- 43
Hi all,
After installed Nginx on my server (CentOS) i have problem with SSL.
SSL check show me this error:
I ask SSL support and send me this link https://www.ssls.com/knowledgebase/how-to-install-an-ssl-certificate-on-a-nginx-server/
I read this and folllowing step 1 merge your_domain.crt your_domain.ca-bundle files to ssl-bundle.crt and ssl-bundle.crt send to etc/ssl folder.
And I am stuck.
What next? I should edit etc/nginx/nginx.conf file or /usr/local/directadmin/data/users/nameaccount/nginx.conf file?
Now, nginx -t looks like this:
What now?
Thank you for all replies.
After installed Nginx on my server (CentOS) i have problem with SSL.
SSL check show me this error:
The order of certificates is invalid or certificates cannot build certification path
I ask SSL support and send me this link https://www.ssls.com/knowledgebase/how-to-install-an-ssl-certificate-on-a-nginx-server/
I read this and folllowing step 1 merge your_domain.crt your_domain.ca-bundle files to ssl-bundle.crt and ssl-bundle.crt send to etc/ssl folder.
And I am stuck.
What next? I should edit etc/nginx/nginx.conf file or /usr/local/directadmin/data/users/nameaccount/nginx.conf file?
Now, nginx -t looks like this:
[root@s ~]# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
What now?
Thank you for all replies.