RE: retrieving the certificate from ldap store
Vladimir Dzhuvinov / NimbusDS <
vladimir@...>
2011-12-02 07:19:00 GMT
Hi,
If I understood correctly from your previous email you want to convert a
certificate to different format, but want this to happen in memory,
without using the file system?
What language and SDK are you using?
Crypto/Cert libraries typically provide routines that work on byte
buffers, so this should be possible.
If you however use a command-line utility for that look for ways to
provide the cert content through STDIN and fetch the converted cert on
STDOUT.
Vladimir
--
Vladimir Dzhuvinov : www.NimbusDS.com : vladimir@...
-------- Original Message --------
Subject: [ldap] retrieving the certificate from ldap store
From: prabhu kalyan rout <pkrt85@...>
Date: Fri, December 02, 2011 6:56 am
To: ldap@...
Hi,
I am using ldap to store my user certificates. I need a way to get the
certificate back from the ldap.
Currently i am using usercertificate filter to fetch the certificate
(Continue reading)