You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
238 B
4 lines
238 B
|
5 months ago
|
#!/bin/bash
|
||
|
|
|
||
|
|
#gyhlw.hxgk.group证书文件,需要从官网通过浏览器直接导出
|
||
|
|
keytool -import -trustcacerts -alias hxgk.group -file ./gyhlw.hxgk.group -keystore /usr/java/jdk1.8.0_121/jre/lib/security/cacerts -storepass changeit
|