On Wed, Aug 20, 2003, Rohan Pinto wrote: > So... > > if the CASr has been generated > and the CSR has been sent to the CA (running openssl) > whats the command (in openssl) to sign this CSR ?? > anything on the lines of.. > > ./openssl XXXX-some parameters-XXXX request.CSR XXXX-some parameters-XXXX > signedCSR.cer ?? >
As I mentioned in the other message you first have to create a root CA and its directory structure. The command: CA.pl -newca will do that (there are other ways but CA.pl is the easiest). Then when you have the CSR rename it to "newreq.pem" and do: CA.pl -sign and the certificate will be in newcert.pem Steve. -- Dr Stephen N. Henson. Core developer of the OpenSSL project: http://www.openssl.org/ Freelance consultant see: http://www.drh-consultancy.demon.co.uk/ Email: [EMAIL PROTECTED], PGP key: via homepage. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
