[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: X.509 certificate Problem
Koray Ozpolat wrote:
>
> My problem is : I have a server running and I can upload the x.509
> certificates and view the contents. But when I try to retrieve the
> certificate from a remote client by a program I wrote uwith LDAPusing LDAP
> API(Netscape SDK 3.0), I just get some unmeaning ful bytes (20 -30 bytes)
> instead of a 1K certificate. All other attributes are retrived from the
> server meaningfully to the clientside.
You might have to use attribute userCertificate;binary for
retrieving the cert.
Ciao, Michael.