I first export ca cert with:
../shared/bin/pk12util -d . -P slapd-serverID- -o cacert.p12 -n "CA certificate"

and then do :

openssl pkcs12 -in cacert.p12 -out cert.pem and change the path of ca not the type (BASE64_FILE) httpd.conf.

But nothing change, i ve got the same error.


From: Stein <[EMAIL PROTECTED]>
Reply-To: "General discussion list for the Fedora Directory server project." <[email protected]> To: "General discussion list for the Fedora Directory server project." <[email protected]>
Subject: Re: [Fedora-directory-users] apache ldap over SSL.
Date: Mon, 12 Jun 2006 11:18:51 +0200

On Fri, Jun 09, 2006 at 02:14:55PM +0000, Mickael Besse wrote:
> In httpd.conf, I put LDAPTrustedCAType BASE64_FILE
> In The  LDAPTrustedCA there is :
>
> -----BEGIN CERTIFICATE-----
> kjbfilqbvlsdbvlisdf........
> -----END CERTIFICATE-----
>
>

i think thats your problem, its the wrong format.

try to export it as a new format:
openssl pkcs12 -in casert.p12 -out cert.pem

Stein

--
Fedora-directory-users mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-directory-users

_________________________________________________________________
Windows Live Mail : dĂ©couvrez et testez la version bĂȘta ! http://www.ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d

--
Fedora-directory-users mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-directory-users

Reply via email to