Thanks!
But, our product management doesn't want to add on any further costs to the
product. Is there something that can be done for free? Maybe some
open-source implementation?
> Buy commercial code-signing certificate (Thawte, Verisign or else) and
> serve your app / applet in properly signed JAR. Customers will just love
> it, trust me.
JK - 12 Dec 2003 09:20 GMT
Well, set up your own CA and let customers install your CA certificate
in the browser. You can use OpenSSL, which is for free, or even java's
keytool should do.
JK.
> Thanks!
>
[quoted text clipped - 5 lines]
>>serve your app / applet in properly signed JAR. Customers will just love
>>it, trust me.
Skippy - 12 Dec 2003 14:48 GMT
> Well, set up your own CA and let customers install your CA certificate
> in the browser. You can use OpenSSL, which is for free, or even java's
> keytool should do.
that keytool is quite complex, but works great. if your app is a applet or a
webstart-app, the end-user will have to click the magic 'Yes' or 'Accept'
button before things work.
Roedy Green - 12 Dec 2003 22:19 GMT
>But, our product management doesn't want to add on any further costs to the
>product. Is there something that can be done for free? Maybe some
>open-source implementation?
You do a Java Web Start that copies the file in the install method.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.