Re: Capturing X509 certificate and storing them using the Windows Certificates API

2005-07-07 Thread Dr. Stephen Henson
On Thu, Jul 07, 2005, Pj wrote: > Hi all, > > My application needs to support Non-repudiation using X509 certificates ala > AS2. > > Has anyone had the pleasure of storing X509 client and server certificates > in the windows certificate registry / database? And if so, whats the best > place to s

Re: Capturing X509 certificate and storing them using the Windows Certificates API

2005-07-07 Thread Rajeshwar Singh Jenwar
Hi Just try this. Generating Certificates for Windows Clients When generating certicates forWindows clients you have to make sure that the lifetime of the certicate lies within the lifetime of the CA. If the lifetime of the certicate exceeds the lifetime of the CA, the windows client will not ac

Capturing X509 certificate and storing them using the Windows Certificates API

2005-07-06 Thread Pj
Hi all, My application needs to support Non-repudiation using X509 certificates ala AS2. Has anyone had the pleasure of storing X509 client and server certificates in the windows certificate registry / database? And if so, whats the best place to start to convert X509 to the windows format? Than