Pergunta

i have developed an application in java (J2ME), and i want trusted domain for that application using goDaddy's certificate. can i obtain it ? let me re describe the full scenario. i have developed an application.in which i want FILE IO operations to be done without the permission of user (for every read write, it means user will be asked only once.) so to obtain that i want trusted domain for my application. for that i need to sign my application using code sign certificate. now go Daddy's certificate is not listed under Nokia 3110Classic, so i have externally added it in CA list. but still its showing app signing option disabled.

so my question is can i obtain trusted domain using the goDaddy's code sign certificate ?

Foi útil?

Solução

For an explanation about the MIDP security model, see answers to StackOverflow questions Application Error Occurs in Nokia 6300 and Privileged operations in netbeans mobility.

If the certificate you used to sign your MIDlet wasn't on the phone, just adding it to the phone may not be enough.

You probably need to add the goDaddy certificate to the MIDP runtime "trusted third party" security domain. Somehow. I'm not convinced that's possible on a Nokia 3110 Classic.

Outras dicas

Godaddy certificates usually depend on a Starfield certificate. Make sure that is in place too.

Also, the app-signing might be off because you've only installed the public key.

Edit: Actually, the private key is not necessary on the box (nor desireable). I wonder if the box is missing the Starfield certificate.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top