0

I create a self-signed certificate using keytool. I'm use this certificate to run a applet that I developed, but the java in my PC or othres PCs request a autorization to run the applet, beacause the certificate is a self-signerd certificate. How i resolve this, to run automatically im my PC and others PCs?

  • 1
    Buy a certificate for your applicatoin. – Braiam Mar 06 '15 at 11:53
  • But after following the sage advice of @Braiam, note that.. *"How i resolve this, to run automatically.."* that will never happen. ***Every*** applet will cause a prompt to be presented to the end user. – Andrew Thompson Mar 07 '15 at 01:51
  • This behavior can be changed by altering your security policy, but generally if the CA that signed your cert is trusted by the system running the applet, then it will run without a prompt. If you create your own root CA (self-signed cert), then it will not be trusted by any commercial software. – gobbly Apr 11 '15 at 05:45

0 Answers0