🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
###. JRE证书 cacerts 位于 C:\Program Files\Java\jre1.8.0_211\lib\security `keytool -list -rfc -keystore cacerts` 查看证书需要密码,默认密码是changeit。 ### Applet签名 1. `keytool -genkey -keystore myapplet.store -alias myapplet` 2. `keytool -export -keystore myapplet.store -alias myapplet -file myapplet.cer` 3. `jarsigner -keystore myapplet.store myapplet.jar myapplet` 5. `keytool -import -alias myapplet -file myapplet.cer -keystore cacerts` ### Java权限 ![](https://img.kancloud.cn/fd/0d/fd0d136bc4360da5f2d0744a1f4f5679_923x529.png) ![](https://img.kancloud.cn/23/4c/234c3d61f01c16d7b39a490af59412aa_1065x898.png) ![](https://img.kancloud.cn/41/11/4111136c176053b06803d98e2f350df7_814x232.png) ![](https://img.kancloud.cn/e2/98/e2983f02e53588675ccf627133016536_814x121.png) ![](https://img.kancloud.cn/f6/93/f693daeae8a0a1a436d53f8cb40fda9e_814x573.png) ![](https://img.kancloud.cn/06/a2/06a29fad484fda507126624a3a624baa_814x204.png)