If your app is an applet or WebStart app, it will just use the browser CA chain. If not you'll either have to add your self-signed cert manually, or buy one from a CA that is trusted by default.
keytool -keystore "$JAVA_HOME\jre\lib\security\cacerts" -storepass changeit -list -v | grep Owner Looks like it's mostly just the big ones, Verisign, Globalsign, Geotrust, Thawte, Digicert, Equifax, etc. (Oracle JRE defaults) On Tue, Jul 9, 2013 at 11:47 AM, S. Dale Morrey <[email protected]> wrote: > Ok so I'm in a bit of a pickle. > > I have a program I'm distributing to a limited test group. If the group > likes the app I may commercialize it, otherwise I'll probably just let it > be. > > However it appears to get it to run, the app will need to be signed and > Java isn't taking my self signed cert anymore since the latest update. > Does anyone know a way to get around this, or a source for a dirt cheap > code signing cert? (Dirt cheap means $19.99 or less). > > Thanks! > > /* > PLUG: http://plug.org, #utah on irc.freenode.net > Unsubscribe: http://plug.org/mailman/options/plug > Don't fear the penguin. > */ /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
