RE: Need help on creating certs

2010-02-26 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of prasad kasthuri > Sent: Thursday, 25 February, 2010 14:44 > To: openssl-users@openssl.org > Subject: Need help on creating certs > I am getting the following error while creating certs using openssl > command. Plea

Re: Need help on creating certs

2010-02-26 Thread Anand Patel
You are not using any valid command. Error clearly explains that command '-incommand' is not valid command, and gives you output of valid commands. Look at, http://openssl.org/docs/apps/ca.html# openssl x509 openssl ca openssl req simple expample to get you started. >openssl genrsa -out private_k

Re: Need help on creating certs

2010-02-26 Thread Chaitra
I think it should be just -key. Thanks & Regards Chaitra Shankar prasad kasthuri wrote: Hi Team, I am getting the following error while creating certs using openssl command. Please help me to create a cert using openssl. C:\OpenSSL\bin>openssl -inkey mykeyfile.pem -in -mycertfile.pem -out