fair enough. but I still need to know where to get the openssl version I need. I downloaded the cvs tree for openCA and when I run the configure script it says: openssl req -pubkey ... configure error: unsupported, you need another version ... of openssl (etc...)
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Bell Sent: Wednesday, May 01, 2002 1:51 PM To: Ed Eden Cc: Openca-Devel (E-mail) Subject: Re: [OpenCA-Devel] new openssl, ra web srv cert, raOper cert Ed Eden schrieb: > > Where do I get the version of openssl that supports -pubkey for cmd req? The > 0.9.7-1 version doesn't have it. > > What do I use to create the ra web server cert and the ra Oper cert now that > openca-newcert script is gone. I thought the "phase I" and "phase II" parts > of the OpenCA init screen might do it, but it makes an "encrypted private > key" instead of a "rsa private key" pem file which i can't seem to convert. > > what am I missing? Nothing. OpenSSL signals with "encrypted private key" that the key is encoded as PKCS#8 which is more secure than the old rsa and a standard. OpenSSL pkcs12 can handle PKCS#8-encoded keys. So what are you trying? Michael -- ------------------------------------------------------------------- Michael Bell Email (private): [EMAIL PROTECTED] Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 Unter den Linden 6 Fax: +49 (0)30-2093 2959 10099 Berlin Germany http://www.openca.org _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel
