KJW
KJW

Reputation: 15251

Jnlp: NOT VERIFIED

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.

Upvotes: 0

Views: 159

Answers (2)

udk
udk

Reputation: 11

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

Upvotes: 1

Tom Hawtin - tackline
Tom Hawtin - tackline

Reputation: 147124

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.

Upvotes: 2

Related Questions