Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
Now you are ready to sign the JAR file.Type the following in your command window to sign the JAR file
Contract.jar
, using the private key in the keystore entry aliased bysignLegal
, and to name the resulting signed JAR filesContract.jar
:(Type all that on one line.)jarsigner -keystore stanstore -signedjar sContract.jar Contract.jar signLegalYou will be prompted for the store password (
balloon53
) and the private key password (cat876
).The
jarsigner
tool extracts the certificate from the keystore entry whose alias issignLegal
and attaches it to the generated signature of the signed JAR file.
Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
Copyright 1995-2005 Sun Microsystems, Inc. All rights reserved.