Guys, Can anyone please tell me the command line that is generated by OpenCA to sign a certificate. I am not a programmer and so don't feel confident enough to wade through the sources.
The reason I am after this line is that I am having an application written to export pfx files to a different format as required by another application. This process involves taking the pieces of the PFX (i.e. private key, certificate etc) and rebuilding them in the new format. My goal is to generate certificates with OpenCA and exoprt them to this new format. I am able to use the application to export certificates generated using OpenSSL at the command line, but they fail when I use a certificate generated by openCA. Hence I would like to know the command line that OpenCA uses. To hand generate pfx files I do the following: openssl genrsa -out key 1024 openssl req -new -key key -x509 -days 365 -out cert Many thanks in advance Chris... ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
