Does anyone know where I can get an inexpensive Java code signing certificate? Everywhere I look wants $200 to $300 per year! Unfortunately I cannot use a self-signed one, I'm trying to get rid of the scary warnings so that users will be more likely to accept my application. And as far as I know (per this question), it has to be a code signing certificate, it cannot be a SSL certificate.
|
closed as off topic by Will♦ Apr 15 '11 at 2:29
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
What about startssl? They offer code signing certificates for 49.90$ for 2 years (with wild card capabilities). I haven't tried using it, so no guarantees, but it looks good. |
|||||||||||||||||||
|
|
How about $80 a year? Tucows apparently resell for Comodo at their Author Site. Again, apparently, they give further discount for 3 years (~$199). I can't confirm any of this without creating an account there (which is, frankly, above my pay grade) but if it is that much and it does work with Java, $66 a year for 3 years doesn't seem too steep. Hopefully GoDaddy will add this to their bag of tricks one day. Edit!The prices are as follows:
And by the looks of things, they can be used for signing Java apps. Happy days. |
|||||||||||||||
|
|
You can tell if a CA's certs will work for Java code-signing by examining the Java cacerts file, which lists all the CAs known to Java. If their cert is in this file, then Java will not complain about the signed code. If it isn't, then it will warn the users. For example:
Note that I had to enter the default keystore password, changeit. This command should work on Windows as well, although you'll have to change the path to the cacerts file and you won't have grep. Use more instead and page through until you find or don't find what you're looking for. As of today, Comodo is in the cacerts file, and startssl aren't. So a startssl cert wouldn't be much good for Java code. |
|||||||
|
|
You can also get heavily discounted Comodo certificates from:
|
|||
|
|
|
Another good option (don't know how long this will last) is http://www.discountcodesigning.com/ They give you a real GlobalSign certificate for $99 (usually $229). Despite the lack of branding, the site is run by GlobalSign themselves, and was registered just over two months ago. I have a feeling that they're doing price-testing to see how many more sales they get. |
|||
|
|
|
Cheapest I can find is $149/year (if you buy 3 years at once) from GlobalSign. Not great, I know! |
|||||
|
|
Comodo has code-signing certs for $179.95/year and you only need to buy 1 year. They don't talk about Java. I don't know if they are different than what you use to sign Microsoft based stuff. |
|||
|