jnlp is not signed

The public knowledge pool and discussion forum of the OWS community. Do not post confidential information here!
gusingh
Posts: 3
Joined: 30 Mar 2022, 16:34

jnlp is not signed

Post by gusingh »

hi,

I have a security warning saying that the jnlp file is not signed. My jar files are signed and I am creating my jnlp on the fly on the client side. Is there any way to remove this warning(Other than clicking on the trust the publisher)?

Thanks!!
Attachments
jnlp not signed warning.PNG
jnlp not signed warning.PNG (33.33 KiB) Viewed 6417 times

Janak Mulani
Posts: 726
Joined: 24 Mar 2020, 13:37

Re: jnlp is not signed

Post by Janak Mulani »

> I am creating my jnlp on the fly on the client side

Does your main jar contain signed jnlp?

Please see the documentation on signed jnlp at https://docs.oracle.com/javase/7/docs/t ... dJNLP.html

Post Reply