to set "Publisher" for JApplet
I have generated the keystore and its inner key. Then I signed my test applet. But each time I start my jnlp applet I can see the Internet browser security开发者_开发百科 Warning dialog which shows that...
- Publisher: UNKNOWN
- From:
http://localhost:8080...
What I could missed? Please help me to set the Publisher.
Any useful comment is appreciated :)
If you sign using your own key, this warning will be displayed. Some will show "unknown", some will show "untrusted" or "unverified"
To get around it, you will have to get certificate from a CA (i.e. Verisign/Thawte) and sign with that.
Read under "Common Problems" in this page. It is on the bottom of the page.
精彩评论