How to Make Signed (Trust) Applet.
Step to Make Signed (Trust) Applet.
C:\>keytool -genkey -alias signMyAppt -validity 365
Enter keystore password:qwerty1234
What is your first and last name?
[Unknown]: Manoj Kumar Shakya
What is the name of your organizational unit?
[Unknown]: PA. Tech. Sol.
What is the name of your organization?
[Unknown]: PA. Tech. Sol.
What is the name of your City or Locality?
[Unknown]: Gurgaon
What is the name of your State or Province?
[Unknown]: Gurgaon
What is the two-letter country code for this unit?
[Unknown]: IN
Is CN=Manoj Kumar Shakya, OU=PA. Tech. Sol., O=PA. Tech. Sol., L=Gurgaon, ST=Gur
gaon, C=IN correct?
[no]: Yes
Enter key password for
(RETURN if same as keystore password):qwerty1234
Re-enter new password:qwerty1234
Now Signed your applet.
C:\>jarsigner TestApplet.jar signMyAppt
C:\>keytool -genkey -alias signMyAppt -validity 365
Enter keystore password:qwerty1234
What is your first and last name?
[Unknown]: Manoj Kumar Shakya
What is the name of your organizational unit?
[Unknown]: PA. Tech. Sol.
What is the name of your organization?
[Unknown]: PA. Tech. Sol.
What is the name of your City or Locality?
[Unknown]: Gurgaon
What is the name of your State or Province?
[Unknown]: Gurgaon
What is the two-letter country code for this unit?
[Unknown]: IN
Is CN=Manoj Kumar Shakya, OU=PA. Tech. Sol., O=PA. Tech. Sol., L=Gurgaon, ST=Gur
gaon, C=IN correct?
[no]: Yes
Enter key password for
(RETURN if same as keystore password):qwerty1234
Re-enter new password:qwerty1234
Now Signed your applet.
C:\>jarsigner TestApplet.jar signMyAppt
Comments
Post a Comment