Need help on creating certs

2010-02-26 Thread prasad kasthuri
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\binopenssl -inkey mykeyfile.pem -in -mycertfile.pem -out myCert.p1 -export openssl:Error: '-inkey' is an invalid command. Standard commands asn1parse

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\binopenssl -inkey mykeyfile.pem -in -mycertfile.pem -out

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

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. Please