I have completed the Publisher Registration and have received the .crt, .key, and .sis files from Ovi. I have learnt that the .sis file is for Series 60 but I can't find anything regarding the .crt and .key files on this site in relation to S40.
I'm using maven for my build with the com.pyx4me j2me-maven-plugin.
<sign>true</sign>
<keystore>C:\Documents and Settings\XPMUser\.keystore</keystore>
<keystorepass>password</keystorepass>
<keyalias>sjs-mycrm</keyalias>
<keypass>password</keypass>
When I attempt to build and sign using maven, I get the following error: "Certificate chain sjs-mycrm not found in key store".
Yet, when I interrogate the keystore, I find the following:
C:\Program Files\Java\jdk1.6.0_21\bin>keytool -list
Enter keystore password:
Keystore type: JKS
Keystore provider: SUN
Your keystore contains 1 entry
sjs-mycrm, 21-Jan-2011, trustedCertEntry,
Certificate fingerprint (MD5): 3D:FD:FB:43:2D:EE:B4:80:8C:64:AB:27E:CB:06:A6
Thanks in advance for your help.

E:CB:06:A6
The only references to S60 are in the email I sent, which was a reply to Ovi's email with an attached zip file containing [what I now understand to be] the S60 signing artifacts.

