This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 250849 - Support storetype and tsa flags when signing jars for web start
Summary: Support storetype and tsa flags when signing jars for web start
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Java Webstart (show other bugs)
Version: 8.1
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-03 02:54 UTC by JaggedJax
Modified: 2015-03-16 11:24 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JaggedJax 2015-03-03 02:54:46 UTC
When signing a jar for Web Start there are a few extra options that would be very helpful to include.

Supporting the storetype flag in jnlp-impl.xml for jarsigner would allow support for a lot more keystores, particularly pkcs12.

Also, being able to set tsa or tsaurl when signing so that the jar is timestamped is a very useful feature. Without it we have to sign the jar again with that option so we don't have to worry about it no longer working in a year.