Author Topic: Use certificates from zentyal CA for an external apache server  (Read 2296 times)

spandolfo

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Hi all,
i'm trying to use the certificate created with a zentyal server in another apache server.

when i download the tar.gz archive, it contains these files:
"name".p12
"name"-cert.pem
"name"-private-key.pem
"name"-public-key.pem

the apache server is an ubuntu 12.04 with apache and ssl module enabled by "sudo a2enmod ssl"
anyone can help me to correctly place and configure these certificates?
i tried to search how to configure it, but often the extesions differ from .pem and i have some problem to understand how to use/convert the certs

Sp

jsalamero

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1419
  • Karma: +45/-1
    • View Profile
Re: Use certificates from zentyal CA for an external apache server
« Reply #1 on: July 24, 2012, 03:12:40 pm »
See how Zentyal configure it and copy that :)

spandolfo

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Use certificates from zentyal CA for an external apache server
« Reply #2 on: July 24, 2012, 07:20:46 pm »
from
/etc/apache2/sites-available/default-ssl

        SSLCertificateFile    /etc/ssl/certs/ssl-cert-snakeoil.pem
        SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key

from what i see, zentyal don't support the configuraton of other virtual host with ssl from the gui interface, in the conf file (if correct) i see the snakeoil cert. i have tried to find some documentation about, but nothing really usefull come out on my research.

Ok.. nevermind,i make a self signed cert, but i was hoping that someone alredy did that, or simply want to share some information.