MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Bugs and Requests => Topic started by: Spacedust on 2014-10-09, 00:20:48

Title: SSL certs cannot be installed properly
Post by: Spacedust on 2014-10-09, 00:20:48
My SSL provider STARTSSL.com gave me such files:

ca.pem
key.crt
servercert.pem
ssl.key
sub.class1.server.ca

I've installed ssl.key as key, servercert.pem as cert, ca.pem as ca cert. What about the rest ?

Safari under OS X shows SSL certificate provides no information about page owner.
Title: Re: SSL certs cannot be installed properly
Post by: MRatWork on 2014-10-09, 06:57:08
Process in 'self-assign' ssl in Kloxo-MR:

1. Create .crt, .key and .csr file and then combine .key and .crt to .pem
2. Certain webserver using .key + pem (httpd and nginx), but other just using .pem (lighttpd and hiawatha)
3. If exists .ca file, webserver will using it also where .ca file related to ssl provider

In your case, try compare ca.pem and servercert.pem to .pem file self-assign.