Hi Guys,
I'm trying to self sign a midlet using the following three lines (posted somewhere on the web):
1) keytool -genkey -alias testCA -keyalg RSA -keysize 512 -validity 360 -keypass password -keystore example.sks -storepass password
2) keytool -selfcert -alias testCA -keypass password -keystore example.sks -storepass password
3) keytool -export -alias testCA -file testCA.cer -keystore example.sks -storepass password
This works fine and the outcome is testCA.cer
I have successfully signed my midlet using this certificate.
Now I need to install the testCA.cer on my phone.
I've tried to place it on the phone memory card but when opening it on the phone it says "file type not supported",
Any ideas?
Kindest regards,
--tzurs

Reply With Quote

