Re: Timestamped Signature for Netbeans Module
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAA_aP4hCB3EPBeH7FOaNe6vsJ72DSDdatGwOntuR7pBH0-aaCg@mail.gmail.com> |
My 2 cents: I do not care. The certificate of my plugins is also out-of-date. They are shown as untrusted because of my self-made certificate and its validation date. I had to fix both to become them trusted. BTW: I am curious, which plugins you are want to provide. Can you provide the names/github links!? With kind regards, markiewb 2015-12-28 13:12 GMT+01:00 user0815 <[email protected]>: > 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? > > > > >