Jnlp:未验证

发布于 2024-10-16 01:34:58 字数 140 浏览 7 评论 0原文

所以我已经能够使用 .jnlp 成功启动我的 Java 应用程序。所有罐子都已正确签名。

但是,当它要求用户运行应用程序时,它会

显示“(未验证)我的软件”

在“供应商”部分中

。如何删除未验证消息。

So I have been able to launch my Java application with .jnlp with success. All the Jars are properly signed.

However, when it asks the user to run the application, it says

(NOT VERIFIED) My Software

in the Vendor section.

How can I remove the NOT VERIFIED message.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

没有心的人 2024-10-23 01:34:58

要删除“NOT VERIFIED”,请使用可验证的证书。也就是说,证书由公认的根 CA(或委托)签名,而不是自签名。

To remove the "NOT VERIFIED", use a certificate that can be verified. That is to say a certificate signed by a recognised root CA (or delegate) rather than self-signed.

生来就爱笑 2024-10-23 01:34:58

证书必须由证书颁发机构签名。

The certificates will have to be signed by a certificate authority.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文