Re: Create Cert Dynamically
For this you are going to need to use the Openssl C api, specifically the X509.h stuff. There are several functions that deal just with certificates, and everything you need to create one is there. As for the Key you will need to use EVP_PKEY which should come from the EVP family of functions. S
Create Cert Dynamically
Hi All Can anybody tell me how to create a Digital certificate and its key from an application, VC++ for Windows Thanks, Raj Rajmohan SK