Reputation: 15251
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
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