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 196853 - Cannot send plugin for verification because not signed?
Summary: Cannot send plugin for verification because not signed?
Status: VERIFIED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Pirek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-18 14:34 UTC by Jan Lahoda
Modified: 2011-03-21 15:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2011-03-18 14:34:28 UTC
As a test, I have uploaded my crlf to the new plugin portal:
http://services.netbeans.org/pluginportal-2.0/plugin/33980/?show=true

The NBM is signed with a self-signed certificate. That was good enough to request verification on plugin portal 1, but not on 2.0:
-----------------
Plugin Maintenance

Not verified yet.

Plugin is not signed therefore cannnot be verified
-----------------

Do I need some better certificate to sign the module?
Comment 1 Jiri Kovalsky 2011-03-18 15:02:39 UTC
Honzo can you please have a look at this? The structure of the plugin is normal: /META-INF/MANIFEST.MF and /META-INF/<signatory>.DSA and /META-INF/<signatory>.SF
Comment 2 Jan Pirek 2011-03-21 15:02:21 UTC
Thanks for the detail info. I was checking for files named 'signature.DSA|SF'. I will fix asap.
Comment 3 Jan Pirek 2011-03-21 15:11:42 UTC
fixed now
Comment 4 Jan Lahoda 2011-03-21 15:15:46 UTC
Seems to work OK, thanks.