How to install a new CA certificate on Linux?
- by Dail
I have bought a cheap SSL certificate to run my website using NGINX.
They sent me 4 .crt files:
www_mywebsite_it.crt
AddTrustExternalCARoot.crt
PositiveSSLCA.crt
UTNAddTrustServerCA.crt
I have configurate www_mywebsite_it.crt and my .key on NGinx, but I also have to install the others .crt files.
How can I do it? I'm using Ubuntu.
(The problem is that I see correctly the SSL certificate using Firefox, Chrome and Opera but if I use Firefox 4.0.1 (the last) I get the default Firefox alert for insecure website.)
Thank you!