whosaround
Verified User
- Joined
- Dec 5, 2012
- Messages
- 13
I'm using DA over FreeBsd and Apache httpd server.
I've purchased PositiveSSL certificate and installed the certificate successfully.
I'm trying to install my CA root certificate and what ever i do i get the "Certificate not trusted" error.
I've added these lines to my /etc/httpd/conf/extra/httpd-ssl.conf file:
i'm using https://www.sslchecker.com/sslchecker to check my domain: api.pico-app.com
but yet i get "SSL is not trusted" error..
any ideas what shell i do ??
I've purchased PositiveSSL certificate and installed the certificate successfully.
I'm trying to install my CA root certificate and what ever i do i get the "Certificate not trusted" error.
I've added these lines to my /etc/httpd/conf/extra/httpd-ssl.conf file:
Code:
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
SSLCertificateChainFile /etc/httpd/conf/mycrt/ca.pem
SSLCACertificateFile /usr/local/directadmin/data/users/pico/ca
i'm using https://www.sslchecker.com/sslchecker to check my domain: api.pico-app.com
but yet i get "SSL is not trusted" error..
any ideas what shell i do ??