<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">El 22/08/12 14:18, Jeroen van Meeuwen
      escribió:<br>
    </div>
    <blockquote cite="mid:4772406.oO6t4dK6GC@albert.kolabsys.com"
      type="cite">
      <pre wrap="">On Tuesday, August 21, 2012 02:38:00 PM Dirk Werner wrote:
</pre>
      <br>
      <blockquote type="cite">
        <pre wrap="">Another question is about certificate generation:

the Community Installlation guide says about cert generation:

If you don't have certificates, you can generate them using:
Todo: -use pykolab to generate the certificates? -install package with
the /usr/share/kolab/scripts/kolab_ca.sh scripts -generate and install
cert use /etc/pki/tls/certs/Makefile from package openssl to generate
certificates?

Pykolab is installed but the file kolab_ca.sh does not exist. Here's the
list of installed packages, am I missing something?

</pre>
      </blockquote>
      <pre wrap="">
Yeah, the documentation says: "TODO". It means that the docs, and/or whatever 
is listed as part of the TODO, hasn't been completed yet.

Kind regards,

Jeroen van Meeuwen

</pre>
      <br>
    </blockquote>
    I had same problem but with kolab 2.4 and solve it with next steps:<br>
       
    <meta http-equiv="CONTENT-TYPE" content="text/html;
      charset=ISO-8859-1">
    <br>
    <b># cd /etc/pki/tls/certs</b>
    <br>
    <b># make localhost.pem</b>
    <br>
    <b> </b><span style="font-weight: normal"></span>    <span
      style="font-weight: normal">    Common Name (eg, your server's
      fqdn hostname) []:</span><b> -> host.domain.com</b>
    <br>
    <b># cd ../private</b>
    <br>
    <b># ln -s /etc/pki/tls/certs/localhost.pem
      /etc/pki/tls/private/localhost.pem</b>
    <br>
    <b># ln -sf /etc/pki/tls/certs/localhost.pem
      /etc/pki/cyrus-imapd/cyrus-imapd.pem</b>
    <br>
    <b># chmod g+r /etc/pki/tls/certs/localhost.pem</b>
    <br>
    <b># chgrp mail /etc/pki/tls/certs/localhost.pem<br>
    </b><b># service postfix restart</b>
    <br>
    <b><br>
    </b>I do not know if it's the best way to do this, but I hope it is
    usefull for you.<br>
    <br>
    Kind regards,<br>
    <br>
    Enrique Orellana
    <title></title>
    <meta name="GENERATOR" content="LibreOffice 3.5 (Linux)">
    <style type="text/css">
        <!--
                @page { margin: 2cm }
                P { margin-bottom: 0.21cm }
                A:link { so-language: zxx }
        -->
        </style>
  </body>
</html>