简体   繁体   English

Netbeans平台不受信任的插件

[英]Netbeans Platform untrusted plugins

Our application is based in the netbeans platform, we deploy the plugins (nbms) with signature using a code signing certificate. 我们的应用程序基于netbeans平台,我们使用代码签名证书部署带有签名的插件(nbms)。

The problem is that when the plugin is installed into our application there is a message alert showing that the plugins are signed but untrusted. 问题在于,当插件安装到我们的应用程序中时,会出现一条消息警报,显示插件已签名但不受信任。

Can someone show me how to deploy trusted and signed plugins? 有人可以告诉我如何部署受信任和签名的插件吗? I see that even the netbeans plugins installed via auto update are untrusted and self-signed. 我看到,即使通过自动更新安装的netbeans插件也是不受信任和自签名的。

Another possibility for me would be to disable this verification at all. 对我来说,另一种可能性是完全禁用此验证。

Can someone show me how to deploy trusted and signed plugins? 有人可以告诉我如何部署受信任和签名的插件吗?

You don't mention which version of NetBeans you are using, but I suspect that you are doing everything correctly and there is a bug in NetBeans. 您没有提到正在使用哪个版本的NetBeans,但是我怀疑您所做的一切都正确,并且NetBeans中存在错误。

See this open NetBeans bug Bug 271770 - Warning message for untrusted plugins needs to be improved , where someone reports a similar problem: 请参见此开放的NetBeans错误Bug 271770-需要改进的不可信插件警告消息 ,有人报告了类似的问题:

I have a plugin that show signed but not trusted warning, although show certificate 
button does have certificate from digicert.

Following is detail of certificate.
Subject: CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert 
Inc, C=US

Can anybody have idea what else needs to be done to make it trusted, and avoid    
warning.

If the problem is with NetBeans there is probably nothing you can change to make things work, but there are still some things you can do: 如果问题出在NetBeans上,那么您可能无法进行任何更改以使事情正常运行,但是您仍然可以做一些事情:

A number of plug-ins in Plugins window of netbeens are certified with netbeens.org site and they are shown by IDE's icon (in the Source column of َ Available Plugins tab). 一些在插件的Plugins netbeens的窗口与netbeens.org现场认证,它们是由IDE的图标显示(在SourceAvailable Plugins选项卡)。 If you install one of theme you won't see the alert. 如果安装主题之一,则不会看到警报。 But if you install plugins from other sources you will see this alert.Also you add other plugin sources from Settings tab(in Plugins window). 但是,如果您从其他来源安装插件,则会看到此警报。此外,您还可以从Settings标签(位于“ Plugins窗口中)添加其他插件来源。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM