Java Webstart: howto share certificate with users

后端 未结 3 609
生来不讨喜
生来不讨喜 2020-12-11 09:52

I developed an application that uses Java Webstart. It needs write access to the disk so it has to be signed, but it would only be used by a limited group of users so I don\

3条回答
  •  独厮守ぢ
    2020-12-11 10:21

    I was developing Java Web Start app years ago with NetBeans. It did everything for me automatically. You just have to put permissions tags in JNLP file. Also 6 month after I had problems to create a new self-signed certificate. But self signed app still works. (many years after, no modification, certs to install) Clients do not have to install any certificates. It just warns everytime when it starts that is signed with self signed cert.

提交回复
热议问题