That worked perfectly, thank you so much!

Regards,
Elke

From: Oliver Welter <[EMAIL PROTECTED]>
Re: certificate to sign webstart app 2005-05-31 00:15 Hi Elke, > I need a certificate to sign a webstart application. > > However, when I sign my jarfile with a certificate from our CA,
 > webstart does not start the application but fails with error message:
> > "Warning: Failed to verify the authenticity of this certificate because > there was an error parsing the certificate. No assertions can be made of > the origin or validity of the code. I dont know much about webstart - if it uses the same tools like "normal" java apps you probably must convert the certificates into the java keystore format beore you can use them. Its more likely that webstart needs the "objectSign" uasage-attribute to be set - look at openca/etc/openssl/extfiles/User.ext ---snipp---
 # Here are some examples of the usage of nsCertType. If it is omitted
 # the certificate can be used for anything *except* object signing.
# For an object signing certificate this would be used.
 #nsCertType = objsign
# For normal client use this is typical
 nsCertType = client, email
 ---snipp---
Add the "objSign" attribute to the list and create a new certificate. Oliver -- Diese Nachricht wurde digital unterschrieben
 oliwel"s public key: http://www.oliwel.de/oliwel.crt
 Basiszertifikat: http://www.ldv.ei.tum.de/page72


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to