Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: lancelott2 on October 25, 2009, 07:09:09 AM

Title: PHPki and Zarafa
Post by: lancelott2 on October 25, 2009, 07:09:09 AM
Hello all,

i try to setup zarafa ssl with phpki but i dont know the pathes to the key-files.
I really hav no idear in witch file the needed information is :).

This is the zarafa-server.cfg part:
==========================

# enable SSL support in server
server_ssl_enabled      = yes

# Listen for SSL connections on this port
server_ssl_port         = 237

# Required Server certificate, contains the certificate and the private key par
server_ssl_key_file     = /opt/phpki/phpki-store/CA/certs/cacert.pem

# Password of Server certificate
server_ssl_key_pass     = mypassword

# Required Certificate Authority of server
server_ssl_ca_file      = /opt/phpki/phpki-store/CA/private/cacert.pem


# Path with CA certificates, e.g. /etc/ssl/certsl
server_ssl_ca_path      = /opt/phpki/phpki-store/CA/certs/cakey.pem

# Path of SSL Public keys of clients
sslkeys_path            = /opt/phpki/phpki-store/CA/private


Maybe somebody knows how to use the verry nice tool phpki for zarafa :).

Greetings,


lance
Title: Re: PHPki and Zarafa
Post by: johnp on October 25, 2009, 08:00:00 PM
What was wrong with the default install settings? I think thats what apache is using.