Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: jamescage on February 28, 2014, 11:14:59 pm

Title: How to import 3rd party certificate to admin page and jabber
Post by: jamescage on February 28, 2014, 11:14:59 pm
Can someone help me, how can I import certificate provided by a 3rd party certificate authority to the admin page and jabber?
Title: Re: How to import 3rd party certificate to admin page and jabber
Post by: jamescage on February 28, 2014, 11:17:29 pm
Admin page is the most important, but I've found this in the ejabber.cfg:

starttls_required, {certfile, "/etc/ejabberd/ejabberd.pem"},

But i don't know, how to make a pem file from my .key .csr .crt files?! I can cat them together, but it doesn't looks the same like which one is done by Zentyal itself.

This one is solved, but I leave it in here, someone might also needs this infos.... so if you cat together the crt, and the key output to a pem, it works like a charm!

cat server.crt server.key > server.pem

But I still need help with the admin page!