Re: ZOE as "external" mail archive?

Zoe <[email protected]> Tue, 15 Mar 2005 16:50:22 +0100
Newsgroups gmane.mail.zoe.general
Message-ID <[email protected]>
Hi,
On Mar 15, 2005, at 16:29, [email protected] wrote:

> AFAIK ZOE does not provide any SSL-based encryption as it works=20
> primarily on user's desktop machines
> and are not accessed from the outside.

ZO=CB do provide TLS access for most of its services (HTTPS and =
STARTTLS).

To enable TLS, create a configuration file named=20
"alt.dev.zoe.Application.plist" under=20
"<ZOE>/Library/SZ/Configurations/Default/" with the following content:

{
	"http.port" =3D "10443";
     "protocol.name" =3D "https";
     "tls.enabled" =3D "true";
}

After restating, ZO=CB will automatically generate a self-signed X509=20
certificate. The generated certificate is located under=20
"<ZOE>/Library/Keys/".

You can optionally specify some of the X509 certificate attributes=20
(e.g. Alias, X509Unit, X509Organization, X509Country, X509DNS,=20
Validity, KeyPairName, KeyPairLength, SignatureName).

Check the code for additional details:

http://dev.alt.textdrive.com/file/ZOE/Applications/ZOE/KeyManager.java

If you want to use your own certificate, you can provide one before=20
hand as well.

The format for .plsit is defined here:

http://alt.textdrive.com/pl/3/pl-the-format

Cheers,

R.




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click