2

After upgrading to JRE 1.7.40 I am getting a 'UNKNOWN' publisher warning message. I am using JNLP to download the client jars, these jar files are signed using a keystore file.

I am generating the Keystore file by running

keytool -keystore mykeystore -genkey -alias myalias -keyalg RSA -keysize 2048

Then generating .csr file keytool -certreq -keyalg RSA -alias myalias -file Test.csr -keystore mykeystore

I then use mykeystore to sign my jar using ant

Then I am making the Test.csr file a trusted certificate using the Root & intermediate CA's. I then load all the 3 certificates in my Java Web start.

But still get the same 'UNKNOWN' publisher warning message. anything I am doing wrong?

4

1 に答える 1

0

Java コントロール パネルの「署名者 CA」タイプ リストに自分の認証済み (.csr ファイル) を入力して、この問題を解決しました。警告メッセージが表示されますが、警告が表示されなくなったことを確認できます。

私の証明書
(ソース: devdelver.com )

申し訳ありませんが、私の「Java コントロール パネル」は pt-BR 言語です。完全なブレッドクラムは、「コントロール パネル」>「JAVA」>「セキュリティ タブ」>「証明書の管理」>「署名者 CA」証明書の種類です。

于 2014-01-21T16:29:40.300 に答える