Re: Timestamped Signature for Netbeans Module

Emilian Bold <[email protected]> Tue, 23 Aug 2016 11:42:42 +0300
Newsgroups gmane.comp.java.netbeans.devel
Message-ID <CAL6R17A18EBMDAnCtZzxp7bUyiEdGA+w-YZGPNp2y6g3z+F2cw@mail.gmail.com>
This is a bug of the build harness. See my patch posted on
https://netbeans.org/bugzilla/show_bug.cgi?id=243213 which adds support for
a Time Stamping Authority.


--emi

On Mon, Dec 28, 2015 at 2:12 PM, user0815 <[email protected]>
wrote:

> I'm currently trying to create a sgned NBM in order to publish it in the
> Plugin Portal.
>
> Unfortunately I'm always getting the following warning:
>
>
> Code:
> The signer certificate will expire within six months.
> No -tsa or -tsacert is provided and this jar is not timestamped. Without a
> timestamp, users may not be able to validate this jar after the signer
> certificate's expiration date (2016-03-27) or after any future revocation
> date.
>
>
>
>
> As far as I know my plugin will stop working once the expiration date is
> reached.
>
> I know how to extend the livetime of my certificate but this will only
> postpone the expiration and is IMO no real solution.
>
> Now I'm wondering how to create a timestamped signature in order to keep
> the plugin working once the expiration date is reached.
>
> Unfortunately I did not find a way to pass the -tsa option to the signing
> process.
>
> I'm using Maven and I'm following the steps as described in
> http://wiki.netbeans.org/DevFaqSignNbm
>
> I'm using JDK 1.8
>
> How can I create a timestamped signature?
>
>
>
>
>