签署小程序并部署到内网 [英] Sign applet and deploy it in intranet

查看:16
本文介绍了签署小程序并部署到内网的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我编写了一个在我们的内部网中使用的 Web 应用程序.我还编写了一个小型 Java Applet 来与我们的 Windows 桌面集成(打开应用程序和文件).当然,每次访问我的 Web 应用程序时,我都会收到安全警告.我在 stackoverflow 上读到应该可以对我的小程序进行签名并将证书发布给我的所有客户端(Windows XP 和 Windows 7)以摆脱安全警告.

i wrote a web application which is used in our intranet. I alswo wrote a small Java Applet to integrate with our windows desktops (opening applications and files). Of course i get a security warning everytime i access my web application. I've read on stackoverflow that it should be possible, to sign my applet and roll out the certificate to all my clients (Windows XP and Windows 7) to get rid of the securitywarning.

有教程吗?我可以在不购买昂贵证书的情况下这样做吗,因为我只在内部网中使用此应用程序?

Is there a tutorial how to do that? Can i do that without purchasing a expensive certificate because i'm only using this application in my intranet?

感谢任何信息和最好的问候!

Thx for any information and best regards!

推荐答案

我在这里找到了解决方案:http://wikigu.blogspot.co.at/2011/06/signing-java-applet-with-your-own-ca.html

I found the solution here: http://wikigu.blogspot.co.at/2011/06/signing-java-applet-with-your-own-ca.html

最后一步是将生成的 crt(在示例中为server.crt")文件安装到 Trusted Publishers 证书存储中.

The last step is to install the generated crt (in the example it's the "server.crt") file into the Trusted Publishers certificate store.

我刚刚意识到它只能在 Internet Explorer 中运行(小程序在没有任何警告或对话的情况下执行),但不能在 Firefox 中运行.Firefox 仍然显示安全警告.有谁知道如何摆脱Firefox中的警告?

i just realized that it is just working in Internet Explorer (applet is executed without any warning or dialogue) but not in Firefox. Firefox still shows a security warning. Does anybody know how to get rid of the warning in Firefox?

这篇关于签署小程序并部署到内网的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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