Hi,
I am generating a self signed certificate for my application using rsa but i want to generate the certificate using ecc. This is what i am doing:

openssl genrsa -out MilitaryGpsKey.pem 2048

openssl req -new -x509 -key MilitaryGpsKey.pem -out MilitaryGpsCert.pem -days 365

now converting the format so tomcat use it:

openssl pkcs12 -export -in MilitaryGpsCert.pem -inkey MilitaryGpsKey.pem -out MilitaryGpsCert.p12 -name tomcat


i am using openssl-0.9.8a  version.  Please tell me how to generate a ecc key

Thanks
--
Regards,


Puneet Batura
Open Source Developer

Reply via email to