Jar signing in Netbeans IDE 7.3 produces “The signer's certificate chain is not validated”
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have a PVK and SPC file and want to use them to sign jar files from the Netbeans IDE 7.3. My application will be deployed from Java Web Start. I combined them into a PFX file using keytool. "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\pvk2pfx.exe" -pvk joy.pvk -spc joy.spc -pi happy -pfx joyful.pfx I found the Alias. "C:\Program Files\Java\jdk1.7.0_17\bin\keytool" -v -list -storetype pkcs12 -keystore joyful.pfx > abc.txt Then I converted the pfx to Java Keystore from the steps in this Comodo link "C:\Program Files\Java\jdk1.7.0_17\bin