Re: error while generating Certificate Signing Request

2012-10-23 Thread Sanford Staab
It looks like your missing the openssl.cnf file or maybe the my_key.key file. Double check your config file and command line parameters. From: PRIYARANJAN NAYAK Sent: Tuesday, October 23, 2012 3:03 AM To: openssl-users@openssl.org Subject: error while generating Certificate Signing Request

Re: error while generating Certificate Signing Request

2012-10-23 Thread robert harris
Hello, Not sure this will help, but at first glance it seems that you have made a mistake is setup; c:/tmp_open_ssl;/ssl/openssl.cnf = Try this instead c:/tmp_open_ssl/ssl/openssl.cnf and ofc, check that that's where your config file is. Regards 2012/10/23 Sanford Staab sanfo...@gmail.com

Re: error while generating Certificate Signing Request

2012-10-23 Thread Thomas J. Hruska
On 10/23/2012 7:22 AM, Sanford Staab wrote: It looks like your missing the openssl.cnf file or maybe the my_key.key file. Double check your config file and command line parameters. From: PRIYARANJAN NAYAK Sent: Tuesday, October 23, 2012 3:03 AM To: openssl-users@openssl.org Subject: error

Re: error while generating Certificate Signing Request

2012-10-23 Thread Vladimir Belov
Don’t use ‘-config’ option for CSR, let the default configuration file be used, it’s enough or maybe not needed at all for CSRs. openssl req -newkey rsa:2048 -keyout my_key.key -keyform PEM –out my_request.csr -outform PEM From: PRIYARANJAN NAYAK Sent: Tuesday, October 23, 2012 1:03 PM To:

RE: error while generating Certificate Signing Request

2012-10-23 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Sanford Staab Sent: Tuesday, 23 October, 2012 10:22 It looks like your missing the openssl.cnf file or maybe the my_key.key file. Double check your config file and command line parameters. He is definitely missing the my_key.key file; the