Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Yet another nag note ... and, I mean it this time!

On 05/24/2012 06:30 AM, Stephan Herrmann wrote:
> On 05/24/2012 06:40 AM, David M Williams wrote:
>> Look at these reports:
>>
>> http://build.eclipse.org/juno/simrel/reporeports/
>
> Looking at verified.txt I see lots of
>   "jar verified.  Warning:  This jar contains entries whose signer
> certificate has expired.   Re-run with the -verbose and -certs options
> for more details."
>
> It seems to fix this we'd have to re-build and sign ALL jars that
> have been signed before the switch to the new certificate and never
> changed since?

Technically, you don't need to rebuild and resign your jars.  It's just 
a warning that the certificate used is now expired, but the signature is
perfectly valid.

If you absolutely want to eliminate the warning, just re-sign the jars
with the new cert.  No need to rebuild them.

Denis


Back to the top