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 : [email protected] -------- Original Message -------- Subject: [ldap] retrieving the certificate from ldap store From: prabhu kalyan rout <[email protected]> Date: Fri, December 02, 2011 6:56 am To: [email protected] 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 but the problem is in this method i have to copy the certificate mannually. Is there some way where you can get the certificate as a file from ldap. kindly help Thanks
