未知出版商在使用JNLP推出Java小程序 [英] UNKNOWN publisher when launching Java applet using JNLP

查看:228
本文介绍了未知出版商在使用JNLP推出Java小程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

升级到JRE 40年7月1日我得到一个未知发布者警告信息后。我使用的JNLP下载客户端罐子,这些jar文件进行签名使用一个密钥存储文件。

After upgrading to JRE 1.7.40 I am getting a 'UNKNOWN' publisher warning message. I am using JNLP to download the client jars, these jar files are signed using a keystore file.

我运行生成的密钥存储文件

I am generating the Keystore file by running

密钥工具-keystore mykeystore -genkey -alias myalias -keyalg RSA -keysize 2048

keytool -keystore mykeystore -genkey -alias myalias -keyalg RSA -keysize 2048

然后生成.csr文件的文件
密钥工具-certreq -keyalg RSA -alias myalias -file Test.csr -keystore mykeystore

Then generating .csr file keytool -certreq -keyalg RSA -alias myalias -file Test.csr -keystore mykeystore

然后我用mykeystore使用签我的罐子蚂蚁

I then use mykeystore to sign my jar using ant

然后我提出了Test.csr文件中使用根和放大器受信任的证书;中间CA的。
然后,我加载所有的3证书在我的Java Web Start的。

Then I am making the Test.csr file a trusted certificate using the Root & intermediate CA's. I then load all the 3 certificates in my Java Web start.

但仍然得到同样的未知的发布者警告消息。什么是我做错了吗?

But still get the same 'UNKNOWN' publisher warning message. anything I am doing wrong?

推荐答案

我决心在Java控制面板签名者CA'类型列表这个问题把我自己的认证(.csr文件文件)。该警告消息显示,但是,我可以证实这一点认证,没有更多的警告。

I resolved this problem putting my own certified (.csr file) in 'Signer CA' type list at Java Control Panel. The warning message is showed but, I can confirm this certified for no more warnings.

对不起,我的Java控制面板是PT-BR郎。完整的痕迹是控制面板 - >JAVA>安全选项卡 - >管理证书>签名者CA证书类型。

Sorry, my "Java Control Panel" is in pt-BR lang. The complete breadcrumb is "Control Panel">"JAVA">"Security tab">"Manage Certificates">"Signer CA" certificate type.

这篇关于未知出版商在使用JNLP推出Java小程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆