删除安卓多于内容
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
包名:cn.com.jlbank.ai
|
||||
证书密码:Kup9dayLY#*
|
||||
@@ -0,0 +1,9 @@
|
||||
# 先生成p12文件
|
||||
keytool -importkeystore -srckeystore ai_jlyh_app.jks -srcstoretype JKS -deststoretype PKCS12 -destkeystore ai_jlyh_app.p12
|
||||
|
||||
# 用p12生成keystore
|
||||
keytool -v -importkeystore -srckeystore ai_jlyh_app.p12 -srcstoretype PKCS12 -destkeystore ai_jlyh_app.keystore -deststoretype JKS
|
||||
# 迁移到行业标准格式 PKCS12
|
||||
keytool -importkeystore -srckeystore ai_jlyh_app.keystore -destkeystore ai_jlyh_app.keystore -deststoretype pkcs12
|
||||
|
||||
keytool -v -list -keystore ai_jlyh_app.keystore
|
||||
Reference in New Issue
Block a user