[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: OpenSSL usage?
I am missing something, using the slapd.conf entries that you gave me
The bare minimum:
TLSCertificateFile /path/to/server/certificate.pem
TLSCertificateKeyFile /path/to/server/privatekey.pem
TLSCACertificateFile /path/to/certificateAuthority/certificate.pem
using Outlook Express 5 with SSL I get
do_bind: v3 unknown authentication method
and using ldapsearch
DSA is unavailable
Any ideas?
----- Original Message -----
From: "Howard Chu" <hyc@highlandsun.com>
To: "Jim Hud" <jdhz@btinternet.com>; <openldap-software@OpenLDAP.org>
Sent: Wednesday, October 11, 2000 12:43 PM
Subject: RE: OpenSSL usage?
> > -----Original Message-----
> > From: Jim Hud [mailto:jdhz@btinternet.com]
>
> > Thanks
> >
> > I have created a demoCA and a test server certificate and privatekey
using
> > openssl to create DSA rather then RSA, is that correct.
> >
> > I saw somewhere that the private key must not be password
> > protected, how is
> > that done?
>
> This question is more appropriate to an openssl mailing list.
> But anyway...
> use the "-nodes" option when using the openssl req command to generate
the
> certificate request.
>
> -- Howard Chu
> Chief Architect, Symas Corp. Director, Highland Sun
> http://www.symas.com http://highlandsun.com/hyc
>
>