Author Topic: How to import 3rd party certificate to admin page and jabber  (Read 1340 times)

jamescage

  • Zen Apprentice
  • *
  • Posts: 12
  • Karma: +0/-0
  • James Cage / MWLAN Ltd.
    • View Profile
    • MWLAN
How to import 3rd party certificate to admin page and jabber
« 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?

jamescage

  • Zen Apprentice
  • *
  • Posts: 12
  • Karma: +0/-0
  • James Cage / MWLAN Ltd.
    • View Profile
    • MWLAN
Re: How to import 3rd party certificate to admin page and jabber
« Reply #1 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!
« Last Edit: February 28, 2014, 11:29:24 pm by jamescage »