Is there any way to convert self signed certificate to trusted one?
So can I by pass below alert?
I have one applet which trying to run some application on user's machine.
I am using self signed jar.
No, you cannot stop that warning from appearing. It exists exactly for the purpose of preventing developers from doing what you're trying to do, as running executables without permission can be dangerous for the end user's system and personal data.