删除安卓多于内容
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -20,7 +20,7 @@ android {
|
|||||||
config {
|
config {
|
||||||
keyAlias 'ai_jlyh_app'
|
keyAlias 'ai_jlyh_app'
|
||||||
keyPassword 'Kup9dayLY#*'
|
keyPassword 'Kup9dayLY#*'
|
||||||
storeFile file('ai_jlyh_app.jks')
|
storeFile file('ai_jlyh_app.keystore')
|
||||||
storePassword 'Kup9dayLY#*'
|
storePassword 'Kup9dayLY#*'
|
||||||
v1SigningEnabled true
|
v1SigningEnabled true
|
||||||
v2SigningEnabled true
|
v2SigningEnabled true
|
||||||
|
|||||||
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