Use -ja or
--jarsigner_args to provide the
pathname to a plain text file containing (only)
additional parameters for signing the app. Use this if
you want to enhance the signing of the app with
additional security options, to supplement those
parameters already listed in the command line when
running the Aternity Wrapper tool.
The Aternity Wrapper automatically calls the jarsigner
utility from your JDK, using the parameters you gave
(like the name of the keystore, its password and so on),
and any parameters listed in this parameters file (like
-tsa to generate a timestamp using
a known timestamp authority. The file would contain a
single line, and might be something similar to this:
-tsa http://timestamp.digicert.com -protected -strict
Note
Do not include any parameters in the file which are
already present as arguments in the command line
(like -k ,
-ka ).
For more information on jarsigner
options, see Oracle's jarsigner
documentation.
|