From kolab-users Mon Jan 17 13:46:28 2005 From: Stefan Date: Mon, 17 Jan 2005 13:46:28 +0000 To: kolab-users Subject: Re: Certificates with a P900 Message-Id: <200501171446.28951.stefan () organet ! com> X-MARC-Message: https://marc.info/?l=kolab-users&m=117347188409318 Hello Bernhard! Thanks for your reply! Did you even know, which of the kolab-certificates I have to convert! locate .pem shows me five different .pem-files on my kolab system! Thanks! Stefan > > > > I'm trying to connect the Mail-Client of my Sony Ericsson P900 via > > > > IMAP to the kolab server. > > > > > > Does the connection work with either Kontact or another IMAP client > > > like OE? > > > > Yes!! I don't even think, that it is a problem with kolab! I only > > thought, someone on this list has the knowledge regarding this topic. > > Hmmm, there will be better places to ask for this then. > > > I had a closer look to that problem and find out, that I had to convert > > the certificate from the ".pem" to ".der"- format. But I don't know how! > > Than I must beam that certificate to my p900 and must register it. > > openssl can do this, aka > openssl x509 -in x.pem -outform der -out x.der > or so.