문제

I have an app, used via Java Web Start, that was hit by the newest update (7u51) w.r.t not accepting self-signed certificates. This app is sold and deployed to users (ie, not accessed via a webserver that I control).

I've purchased a new certificate from Verisign (Symantec, now), and was wondering if it's possible to simply send the users the new cert to sign the relevant files/import the cert, or do I have to recreate the JAR files with the signed certificate?

도움이 되었습니까?

해결책

I'm not sure how you build your application or how you protect the private part of the certificate - usually, there is a passphrase involved. Are you really suggesting to spread these important details to other people?

You do realize that they can start signing anything using your key if you do, right?

Don't. Just ... don't.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top