Sign applet and deploy it in intranet

天大地大妈咪最大 提交于 2019-12-19 11:25:15

问题


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!


回答1:


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

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

Edit: 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?



来源:https://stackoverflow.com/questions/15523521/sign-applet-and-deploy-it-in-intranet

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!