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

Summary: Cannot send plugin for verification because not signed?
Product: updatecenters Reporter: Jan Lahoda <jlahoda>
Component: PluginportalAssignee: Jan Pirek <jpirek>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.