new to signed applets......need help

Hi...I'm new to signed applets and I have some questions, that several tutorials i read did not really answer..

1) When doing keytool -genkey....

what are each of these used for

-alias

-keystore

-storepass

-keypass.......I the tutorials seem to be confusing what each of these are actually used for...

2) How do I create my certificate....

one tutorial said to use the -extport argument and and other said to use -selfcert.....? what are the differences between each of these?

3) If I wanted to distribute the applet to many people...some told me that I can obtain a certificate from a trusted source?.....I would I use the certificate to signed my applet then?

[727 byte] By [JNooreza] at [2007-10-3 11:35:16]
# 1
I don't know what tutorials you are reading. The JDK doc for the 2 tools -- keytool, jarsigner -- is very easy to understand. http://java.sun.com/j2se/1.5.0/docs/guide/security/SecurityToolsSummary.html
wangwja at 2007-7-15 14:03:12 > top of Java-index,Security,Signed Applets...